This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
man gmt | |
man mbfilter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MANPATH=$MANPATH:/usr/local/GMT/man:/usr/local/mbsystem/man | |
export MANPATH | |
PATH=$PATH:/usr/local/GMT/bin:/usr/local/mbsystem/bin | |
export PATH |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo cp /usr/lib64/libfftw3.so /usr/lib64/libfftw3.a | |
#then | |
make all | |
#assuming all worked ... I copied the man and bin files into somewhere more logical/permanent: | |
sudo mkdir /usr/local/mbsystem | |
sudo mkdir /usr/local/mbsystem/bin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./install_makefiles |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$MBSYSTEM_HOME = "/home/me/Downloads/mbsystem-5.3.1982"; | |
$OS = "LINUX"; | |
$CFLAGS = "-Wall -g -I/usr/include/X11"; | |
$LFLAGS = "-Wall -lm -bind_at_load -Wl,-dylib_file,/usr/lib64/libGL.so"; | |
$NETCDFLIBDIR = "/usr/local/lib"; | |
$NETCDFINCDIR = "/usr/include"; | |
$GMTLIBDIR = "/usr/local/GMT/lib"; | |
$GMTINCDIR = "/usr/local/GMT/include"; | |
$LEVITUS = "$MBSYSTEM_HOME/share/annual"; | |
$PROJECTIONS = "$MBSYSTEM_HOME/share/Projections.dat"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum install mesa* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo mv extract_HC /usr/bin/ | |
sudo mv predict_tide /usr/bin/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make extract_HC | |
make extract_predict_tide |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FC = gfortran | |
NCLIB = /usr/lib64 | |
NCINCLUDE = /usr/include | |
NCLIBS= -lnetcdf -lnetcdff |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum install kdebase3.x86_64 |