mjuric / conda-lsst

Building Conda packages for the LSST stack
4 stars 8 forks source link

Clean up `build.sh` hacks #22

Open mjuric opened 9 years ago

mjuric commented 9 years ago

build.sh.template has a number of horrible hacks that were later discovered to be unnecessary.

For example, creating a c++ wrapper to inject LIBRARY_PATH is not needed, as sconsUtils has an (undocumented!) feature to pass in variables from the environment if specified in SCONSFLAGS as --setenv export=LIBRARY_PATH=blah/blah/blah.

See here.