Ignore:
Timestamp:
Jan 7, 2021 5:22:35 PM (2 years ago)
Author:
toby
Message:

more install work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/g2complete/post-link.sh

    r4736 r4740  
    11#!/bin/bash
    2 echo "Complete complete installation GSAS-II from APS subversion server" > $PREFIX/GSASII/conda_inst.log
    3 # Note: for g2complete create scripts to access bootstrap & start are moved to g2postinstall.sh (g2full)
    4 #
    5 # "install" the GSAS-II package (create shortcuts, byte-compile...)
    6 #
    7 $PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --nonet >> $PREFIX/GSASII/conda_inst.log 2>&1
    8 # Now try to update to latest GSAS-II version (will fail if no network)
    9 $PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --noinstall >> $PREFIX/GSASII/conda_inst.log 2>&1
    10 cp $PREFIX/GSASII/conda_inst.log $PREFIX/.messages.txt
    11 echo "GSAS-II bootstrap completed" >> $PREFIX/.messages.txt
     2# this could contain commands that are run when gsas2complete is installed by g2full.
     3# I am using g2postinstall.sh in g2full for these tasks.
Note: See TracChangeset for help on using the changeset viewer.