Skip to content

Commit 5cf354e

Browse files
committed
Updated theta settings
1 parent 01c130b commit 5cf354e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

workflows/nt3_mlrMBO/ext/EQ-R/eqr/theta_build_settings.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
module load gcc
2-
export PATH=$PATH:/gpfs/mira-home/wozniak/Public/sfw/theta/swig-3.0.12/bin
2+
export PATH=$PATH:/home/wozniak/Public/sfw/theta/swig-3.0.12/bin
33

4-
R_HOME=/home/wozniak/mira-home/Public/sfw/theta/R-3.4.0/lib64/R
4+
R_HOME=/home/wozniak/Public/sfw/theta/R-3.4.0/lib64/R
55
R_INCLUDE=$R_HOME/include
66
R_LIB=$R_HOME/lib
77
R_INSIDE=$R_HOME/library/RInside
88
RCPP=$R_HOME/library/Rcpp
99

1010
#system-wide tcl
11-
TCL_INCLUDE=/gpfs/mira-home/wozniak/Public/sfw/theta/tcl-8.6.1
12-
TCL_LIB=/gpfs/mira-home/wozniak/Public/sfw/theta/tcl-8.6.1/lib
11+
TCL_INCLUDE=/home/wozniak/Public/sfw/theta/tcl-8.6.1
12+
TCL_LIB=/home/wozniak/Public/sfw/theta/tcl-8.6.1/lib
1313
TCL_LIBRARY=tcl8.6
1414

1515
CPPFLAGS=""

0 commit comments

Comments
 (0)