-
Notifications
You must be signed in to change notification settings - Fork 68
Build on Linux
Aashish Chaudhary edited this page Jan 29, 2015
·
14 revisions
Visit System Requirements for more information
- From the command line using bash shell or if using C shell, then use setup_runtime.csh in the instructions below.
- Change the YY-MM-DD format to current date.
- There are more command options
- Follow the instructions below:
export GIT_SSL_NO_VERIFY=1
cd ~/
git clone https://github.com/UV-CDAT/uvcdat.git
mkdir build-uvcdat
cd build-uvcdat
cmake ../uvcdat -DCMAKE_INSTALL_PREFIX=~/uvcdat-latest/YY-MM-DD
make -j4
source ~/uvcdat-latest/YY-MM-DD/bin/setup_runtime.sh
Visit Build Issues for more information
Running the test suite
cd ~/uvcdat-build
ctest -j4
```
To post the results to the UV-CDAT Dashboard
```
ctest -D Experimental
```