Skip to content

Commit

Permalink
Merge pull request #214 from NOAA-GFDL/singhd789-patch-1
Browse files Browse the repository at this point in the history
Fix LD_LIBRARY_PATH env. var. name
  • Loading branch information
ilaflott authored Oct 22, 2024
2 parents 3b44c16 + 847bcfa commit d1457e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fre/make/gfdlfremake/buildDocker.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def writeRunscript(self,RUNenv,containerRun,runOnDisk):
"""
#create runscript in tmp - create spack environment, install necessary packages,
self.createscript = ["#!/bin/bash \n",
"export BACKUP_LD_LIBRARY_PATH=$LD_LIBRARY\n",
"export BACKUP_LD_LIBRARY_PATH=$LD_LIBRARY_PATH\n",
"# Set up spack loads\n",
RUNenv[0]+"\n"]
with open(runOnDisk,"w") as f:
Expand Down

0 comments on commit d1457e2

Please sign in to comment.