icecube / nuflux

A library for calculating atmospheric neutrino fluxes.
https://docs.icecube.aq/nuflux/main
GNU Lesser General Public License v3.0
15 stars 5 forks source link

setuptools build can't find photospline and boost in nonstandard locations #1

Closed jvansanten closed 4 years ago

jvansanten commented 4 years ago

If photospline and boost are installed in locations that the preprocessor and linker are not configured by default to search, compilation and linkage fail. There's not a great ecosystem for tool detection with setuptools, so I'm not sure there's a good general solution to this. It should probably be noted in the docs, though.

nechnif commented 4 years ago

I'm working on overhauling the docs right now. Will include it, thanks!