Skip to content

Commit bde4a06

Browse files
committed
tests: return gitcompile; remove .conda/constructor
1 parent 477430d commit bde4a06

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

install/RHEL/g2postinstall.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ gitlog1=/tmp/gitcompile.log
66
gitlog2=/tmp/gitcompile.log
77
echo "Finish up GSAS-II installation"
88
# update the GSAS-II package if possible, create shortcuts & byte-compile...
9-
echo "launching bootstrap process"
109
# try to update to latest GSAS-II version (will fail if no network)
11-
# source $PREFIX/bin/activate
12-
# echo python $PREFIX/gitcompile.py --nocompile --nocheck --log=$gitlog1 --noshortcut >> $logfile 2>&1
13-
# python $PREFIX/gitcompile.py --nocompile --nocheck --log=$gitlog1 --noshortcut >> $logfile 2>&1
14-
# # finish installation by creating platform-specific shortcuts
15-
# echo python $PREFIX/gitcompile.py --nocompile --nocheck --log=$gitlog2 --nodownload >> $logfile 2>&1
16-
# python $PREFIX/gitcompile.py --nocompile --nocheck --log=$gitlog2 --nodownload >> $logfile 2>&1
10+
echo "launching final bootstrap update"
11+
source $PREFIX/bin/activate
12+
echo python $PREFIX/gitcompile.py --nocompile --nocheck --log=$gitlog1 --noshortcut >> $logfile 2>&1
13+
python $PREFIX/gitcompile.py --nocompile --nocheck --log=$gitlog1 --noshortcut >> $logfile 2>&1
14+
# finish installation by creating platform-specific shortcuts
15+
echo python $PREFIX/gitcompile.py --nocompile --nocheck --log=$gitlog2 --nodownload >> $logfile 2>&1
16+
python $PREFIX/gitcompile.py --nocompile --nocheck --log=$gitlog2 --nodownload >> $logfile 2>&1
1717
#============================================================================
1818
#============================================================================
1919
# create script shortcuts that might be of use

0 commit comments

Comments
 (0)