j-reher / bossdocker

Docker container to run BOSS in a development environment
GNU General Public License v3.0
0 stars 0 forks source link

Fixed boss installation for newer boss versions #117

Closed j-reher closed 2 years ago

j-reher commented 2 years ago

Boss 7.0.9.p01 had problems compiling analysis code because the workarea was not in CMTPATH, indicating an issue with the boss installation.

Investigation showed that the original content of a line in cmthome/requirements that is replaced by the install scripts changed, so the sed command making the replacement didn't recognize it anymore. Consequently, the line was not replaced, and the workara was unknown for those versions.

I adjusted the install script to be more inclusive, it should now recognize any (valid) version of that line and plop in the correct workarea properly.

j-reher commented 2 years ago

WARNING: MERGING THIS MAKES A FULL REBUILD OF THE TAR FILES NECESSARY!!!