2 Commits

Author SHA1 Message Date
fernandez_p 3831c4ecb5 HUSH release for EPICS 7.0.8 2024-09-26 15:38:37 +02:00
fernandez_p 16847da053 HUSH release for EPICS 7.0.8 2024-09-26 11:48:38 +02:00
2 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
#!/bin/bash #!/bin/bash
cd /hipa/bd/applications/hush/hla/2.1.1 cd /hipa/bd/applications/hush/hla/2.2.0
# For use if script is sourced rather than executed # For use if script is sourced rather than executed
appNameDefault="hush.sh" appNameDefault="hush.sh"
module unload gcc module unload gcc
module load gcc/7.3.0 module load gcc/7.5.0
if [ -z "$PS1" ] # no prompt? if [ -z "$PS1" ] # no prompt?
### if [ -v PS1 ] # On Bash 4.2+ ... ### if [ -v PS1 ] # On Bash 4.2+ ...
@@ -56,7 +56,7 @@ _EPICS_HOST_ARCH=${RHREL}-x86_64
#C_EXT version for Py 3.5, 3.7. 3.8, 3.10: #C_EXT version for Py 3.5, 3.7. 3.8, 3.10:
export PYTHONPATH=.:/opt/gfa/cafe/python/pycafe/cafe-1.19.3/lib/${_EPICS_HOST_ARCH}:/hipa/bd/applications/deps/apps4ops/v1.11.0 export PYTHONPATH=.:/opt/gfa/cafe/python/pycafe/cafe-1.21.0/lib/${_EPICS_HOST_ARCH}:/hipa/bd/applications/deps/apps4ops/v1.11.0
echo $PYTHONPATH echo $PYTHONPATH
Binary file not shown.