antadde / N-SDM

Nested-Species Distribution Modelling
MIT License
26 stars 1 forks source link

Does the project need the exact dependencies specified in the README? #13

Closed runiq closed 12 months ago

runiq commented 1 year ago

Hi! I'm an HPC administrator with a German university. One of our users wants to use this software package and has asked me to install it for them.

Does it really need the exact versions of packages you specify in the README, or can I substitute some of them with other versions? I'm a little hesitant to install an all-new pipeline just for a single application. Our cluster is old enough to predate EasyBuild & friends, so installation is mostly manual for the time being.

antadde commented 12 months ago

Hi! The versions in the readme are the one used for developing NSDM, inter module compatibility is always a tricky challenge, but other combinations should work. For example we recently implemented it in a new cluster with the following list: gcc/8.2.0 r/4.2.2 r/4.2.2 proj/5.2.0 perl curl geos/3.9.1 gdal

runiq commented 12 months ago

Thanks a lot, that's great to hear. :)