Linux build in userspace no sudo using conda #1916
ejhyer
started this conversation in
Show and tell
Replies: 2 comments
-
Test results using configuration above:
The MPI I did not attempt-- this may be possible via conda, I didn't look into it.
The error message is |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @ejhyer , I leave @acoulais to take them into account, he is the 'founder' of the (historical now?) conda problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi GDL,
I know the install scripts actually specifically check for installed conda and warn you about it, but I needed to make it go using conda, because I have no sudo privileges on the machines I need to use. I have seen how conda has interactions with non-conda configurations that can mess things up, but it does allow isolation of multiple independent conda configurations, which is very valuable in my workflows.
I built a conda environment with the following specification, and was able to successfully build GDL from source:
The only modification I needed to run GDL was to set PLPLOT_LIB as follows:
This was tested on a system with RHEL8 and another system using SLES. Test results are detailed in a comment downthread.
Beta Was this translation helpful? Give feedback.
All reactions