DOI-USGS / ISIS3

Integrated Software for Imagers and Spectrometers v3. ISIS3 is a digital image processing software package to manipulate imagery collected by current and past NASA and International planetary missions.
https://isis.astrogeology.usgs.gov
Other
200 stars 169 forks source link

Modify make system to allow the use of the scripting language #2809

Closed ascbot closed 5 years ago

ascbot commented 5 years ago

Author Name: Stuart Sides (@scsides)

Original Assignee: Kelvin Rodriguez


Modify make system to allow the use of the scripting language.

ascbot commented 5 years ago

Original Redmine Comment Author Name: Makayla Shepherd (Makayla Shepherd) Original Date: 2016-08-26T16:16:37Z


Currently there is an issue with kakadu (a library we use for reading JP2000) using a file with the same name as python. Until that gets resolved we cannot move forward with testing. Stuart is working on this issue

ascbot commented 5 years ago

Original Redmine Comment Author Name: Makayla Shepherd (Makayla Shepherd) Original Date: 2016-09-02T20:20:56Z


The checkout where this is setup is on tomato's /scratch/m04241_2/

ascbot commented 5 years ago

Original Redmine Comment Author Name: Kelvin Rodriguez (Kelvin Rodriguez) Original Date: 2016-09-02T20:23:16Z


Kakadu header is expecting a call to clock_gettime() that is Kakadu specific but instead is getting the system implementation causing an error. Only happens when you include Python.h.