desihub / specex

DESI spectrograph PSF fitting
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

What directories need to be installed for specex to function? #24

Closed weaverba137 closed 6 years ago

weaverba137 commented 6 years ago

Similar to desihub/fiberassign#103, desiInstall will no longer copy the entire contents of a package to the install directory. That has to be left to the package itself.

Right now it looks like the Makefile only installs the binary, not any other directories.

tskisner commented 6 years ago

Hi @weaverba137 , the specex Makefile installs binaries, python scripts, and libraries, and also copies over some data:

https://github.com/desihub/specex/blob/master/Makefile#L61

weaverba137 commented 6 years ago

Ah, sorry I missed that.

For the record the actual creation of the ${SPECEX_PREFIX} directory is down in the subdirectories of src. It happens, but it's not obvious.