pshawhan@ldas-grid> ligotools_uninstall Fr v6r15
This script completely deletes a LIGOtools package from disk.
Note that you should instead use 'ligotools_deactivate' if you want
to remove all links to a package without actually deleting it.
Are you sure you want to continue? If so, type 'yes'
yes
LIGOTOOLS is /dso-test/pshawhan/ligotools
WARNING: Fr version v6r15 is the current active version!
Type 'YES' if you really want to uninstall it.
YES
LIGOTOOLS is /dso-test/pshawhan/ligotools
Removed symbolic link /dso-test/pshawhan/ligotools/bin/FrCheck
Removed symbolic link /dso-test/pshawhan/ligotools/bin/FrCopy
Removed symbolic link /dso-test/pshawhan/ligotools/bin/FrDump
Removed symbolic link /dso-test/pshawhan/ligotools/lib/libFrame.a
Removed symbolic link /dso-test/pshawhan/ligotools/include/FrameL.h
Removed symbolic link /dso-test/pshawhan/ligotools/include/FrFilter.h
Removed symbolic link /dso-test/pshawhan/ligotools/include/FrIO.h
Removed symbolic link /dso-test/pshawhan/ligotools/include/FrVect.h
Removed symbolic link /dso-test/pshawhan/ligotools/matlab/frextract.mexglx
Removed symbolic link /dso-test/pshawhan/ligotools/matlab/frgetvect.m
Removed symbolic link /dso-test/pshawhan/ligotools/matlab/frgetvect.mexglx
Removed symbolic link /dso-test/pshawhan/ligotools/packages/Fr/active
pshawhan@ldas-grid> ligotools_uninstall FrContrib v6r15
This script completely deletes a LIGOtools package from disk.
Note that you should instead use 'ligotools_deactivate' if you want
to remove all links to a package without actually deleting it.
Are you sure you want to continue? If so, type 'yes'
yes
LIGOTOOLS is /dso-test/pshawhan/ligotools
WARNING: FrContrib version v6r15 is the current active version!
Type 'YES' if you really want to uninstall it.
YES
LIGOTOOLS is /dso-test/pshawhan/ligotools
Removed symbolic link /dso-test/pshawhan/ligotools/bin/FrameDataDump
Removed symbolic link /dso-test/pshawhan/ligotools/bin/FrChannels
Removed symbolic link /dso-test/pshawhan/ligotools/bin/FrFileRanges
Removed symbolic link /dso-test/pshawhan/ligotools/bin/FrGeomDump
Removed symbolic link /dso-test/pshawhan/ligotools/bin/FrSplit
Removed symbolic link /dso-test/pshawhan/ligotools/matlab/frextract.m
Removed symbolic link /dso-test/pshawhan/ligotools/matlab/mkframe.m
Removed symbolic link /dso-test/pshawhan/ligotools/matlab/mkframe.mexglx
Removed symbolic link /dso-test/pshawhan/ligotools/packages/FrContrib/active
pshawhan@ldas-grid> ligotools_update Fr FrContrib
New package: Fr (version v6r15)
Available as a binary distribution for Linux (or as source code)
Download and install the binary distribution? (y/n/Never/source/quit)
s
Adding Fr v6r15 SOURCE to list of packages to download
New package: FrContrib (version v6r15)
Available as a binary distribution for Linux (or as source code)
Download and install the binary distribution? (y/n/Never/source/quit)
s
Adding FrContrib v6r15 SOURCE to list of packages to download
That is all the available new packages/versions (among those specified)
Do you want to activate these packages after you install them? (y/n/quit)
y
The following files will be downloaded, installed and activated:
Fr_v6r15_SOURCE.tar.gz
FrContrib_v6r15_SOURCE.tar.gz
Type 'yes' to continue, anything else to quit
yes
====> Downloading Fr_v6r15_SOURCE.tar.gz
====> Installing Fr_v6r15_SOURCE.tar.gz
LIGOTOOLS is /dso-test/pshawhan/ligotools
Unpacking distribution file...
Unpacking was successful
You may now delete Fr_v6r15_SOURCE.tar.gz, if you wish
Building package...
gunzip < v6r15.tar.gz | tar xvf - > untar.log 2> untar.err
rm -f v6r15/src/*.o
cd v6r15/src; gcc -O -Wall -c FrameL.c FrIO.c zlib/*.c -Izlib
mkdir -p lib
rm -f lib/libFrame.a
ar r lib/libFrame.a v6r15/src/*.o
ranlib lib/libFrame.a
gcc -g -O -Wall -shared -Wl,-soname,libFrame.so \
v6r15/src/*.o -o lib/libFrame.so \
|| ./checkbuild "libFrame.so shared-object library"
mkdir -p include
cp v6r15/src/FrameL.h v6r15/src/FrVect.h v6r15/src/FrIO.h v6r15/src/FrFilter.h include/
mkdir -p bin
gcc -O -Wall v6r15/src/FrCopy.c lib/libFrame.a -Iinclude -lm -o bin/FrCopy
mkdir -p bin
gcc -O -Wall v6r15/src/FrCheck.c lib/libFrame.a -Iinclude -lm -o bin/FrCheck
mkdir -p bin
gcc -O -Wall v6r15/src/FrDump.c lib/libFrame.a -Iinclude -lm -o bin/FrDump
mkdir -p matlab
mex v6r15/matlab/frextract.c lib/libFrame.a -Iinclude \
-output matlab/frextract \
|| ./checkbuild "frextract MEX-file"
mkdir -p matlab
mex v6r15/matlab/frgetvect.c lib/libFrame.a -Iinclude \
-output matlab/frgetvect \
|| ./checkbuild "frgetvect MEX-file"
mkdir -p matlab
cp v6r15/matlab/frgetvect.m matlab/
Building was successful
LIGOTOOLS is /dso-test/pshawhan/ligotools
Created symbolic link /dso-test/pshawhan/ligotools/bin/FrCheck
Created symbolic link /dso-test/pshawhan/ligotools/bin/FrCopy
Created symbolic link /dso-test/pshawhan/ligotools/bin/FrDump
Created symbolic link /dso-test/pshawhan/ligotools/lib/libFrame.a
Created symbolic link /dso-test/pshawhan/ligotools/lib/libFrame.so
Created symbolic link /dso-test/pshawhan/ligotools/include/FrameL.h
Created symbolic link /dso-test/pshawhan/ligotools/include/FrFilter.h
Created symbolic link /dso-test/pshawhan/ligotools/include/FrIO.h
Created symbolic link /dso-test/pshawhan/ligotools/include/FrVect.h
Created symbolic link /dso-test/pshawhan/ligotools/matlab/frextract.mexglx
Created symbolic link /dso-test/pshawhan/ligotools/matlab/frgetvect.m
Created symbolic link /dso-test/pshawhan/ligotools/matlab/frgetvect.mexglx
Created symbolic link /dso-test/pshawhan/ligotools/packages/Fr/active
If your shell is csh or tcsh, you may need to type 'rehash'
to be able to run newly activated programs
====> Downloading FrContrib_v6r15_SOURCE.tar.gz
====> Installing FrContrib_v6r15_SOURCE.tar.gz
LIGOTOOLS is /dso-test/pshawhan/ligotools
Unpacking distribution file...
Unpacking was successful
You may now delete FrContrib_v6r15_SOURCE.tar.gz, if you wish
Building package...
gunzip < v6r15.tar.gz | tar xvf - > untar.log 2> untar.err
rm -f v6r15/src/*.o
cd v6r15/src; gcc -O -Wall -c FrameL.c FrIO.c zlib/*.c -Izlib
rm -f v6r15/src/libFrame.a
ar r v6r15/src/libFrame.a v6r15/src/*.o
ranlib v6r15/src/libFrame.a
mkdir -p bin
gcc -O extras/FrSplit.c v6r15/src/libFrame.a -Iv6r15/src -lm -o bin/FrSplit
mkdir -p bin
gcc -O extras/FrameDataDump.c v6r15/src/libFrame.a -Iv6r15/src -lm -o bin/FrameDataDump
mkdir -p bin
gcc -O extras/FrChannels.c v6r15/src/libFrame.a -Iv6r15/src -lm -o bin/FrChannels
mkdir -p bin
cp extras/FrGeomDump bin/
mkdir -p bin
cp extras/FrFileRanges bin/
mkdir -p matlab
mex extras/mkframe.c v6r15/src/libFrame.a -Iv6r15/src -output matlab/mkframe \
|| ./checkbuild "mkframe MEX-file"
mkdir -p matlab
cp extras/mkframe.m matlab/
mkdir -p matlab
cp extras/frextract.m matlab/
Building was successful
LIGOTOOLS is /dso-test/pshawhan/ligotools
Created symbolic link /dso-test/pshawhan/ligotools/bin/FrameDataDump
Created symbolic link /dso-test/pshawhan/ligotools/bin/FrChannels
Created symbolic link /dso-test/pshawhan/ligotools/bin/FrFileRanges
Created symbolic link /dso-test/pshawhan/ligotools/bin/FrGeomDump
Created symbolic link /dso-test/pshawhan/ligotools/bin/FrSplit
Created symbolic link /dso-test/pshawhan/ligotools/matlab/frextract.m
Created symbolic link /dso-test/pshawhan/ligotools/matlab/mkframe.m
Created symbolic link /dso-test/pshawhan/ligotools/matlab/mkframe.mexglx
Created symbolic link /dso-test/pshawhan/ligotools/packages/FrContrib/active
If your shell is csh or tcsh, you may need to type 'rehash'
to be able to run newly activated programs
====> Deleting all distribution files that were downloaded
========================== All done ==========================
LIGOTOOLS is /dso-test/pshawhan/ligotools
Package Active Other installed versions
--------- -------- --------------------------
Fr v6r15
FrContrib v6r15
Frv v4r00
dataflow 5.4
detgeom 0.2
fftw 2.1.3b
guild 3.31.0
ilwdread 0.2
ldasjob 2.5 2.4
ligo-viewer 0.5.0b
ltadmin 2.4 2.3
runtools 4.0
segments 2.3 2.2, 2.1, 2.0, 1.8, 1.7
tclexe 8.4.7
If your shell is csh or tcsh, you may need to type 'rehash'
to be able to use newly installed programs