desihub / specex

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

support specex module install with multiple python versions #49

Closed marcelo-alvarez closed 3 years ago

marcelo-alvarez commented 3 years ago

Purpose: Allow specex to install with python >= 3.8.

Description: Fix bugs in CMakeLists.txt and etc.module that only allowed installation to proceed if python version is 3.8 and did not set the location of the installed package correctly, respectively. Minor change with no effect on run time behaviour.