Skip to content

Commit 1323a96

Browse files
committed
travis-ci: adding TELite installation
1 parent 49a7622 commit 1323a96

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

test/travis_ci/install_fedora_31.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ svn co svn://svn.code.sf.net/p/teca/TECA_data@${TECA_DATA_REVISION} TECA_data
4141
# install TELite library
4242
git clone https://github.com/LBL-EESA/TELite.git
4343
cd TELite
44+
git checkout ${TECA_TELITE_REVISION}
4445
mkdir build
4546
cd build
4647
cmake ..
47-
make && make install
48+
make -j2 && make -j2 install

test/travis_ci/install_fedora_37.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,12 @@ pip3 install "numpy<2.0" mpi4py matplotlib torch
4040

4141
# install data files.
4242
svn co svn://svn.code.sf.net/p/teca/TECA_data@${TECA_DATA_REVISION} TECA_data
43+
44+
# install TELite library
45+
git clone https://github.com/LBL-EESA/TELite.git
46+
cd TELite
47+
git checkout ${TECA_TELITE_REVISION}
48+
mkdir build
49+
cd build
50+
cmake ..
51+
make -j2 && make -j2 install

test/travis_ci/install_ubuntu_22_04.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,12 @@ pip3 install "numpy<2.0" mpi4py matplotlib torch
4545

4646
# install data files.
4747
svn co svn://svn.code.sf.net/p/teca/TECA_data@${TECA_DATA_REVISION} TECA_data
48+
49+
# install TELite library
50+
git clone https://github.com/LBL-EESA/TELite.git
51+
cd TELite
52+
git checkout ${TECA_TELITE_REVISION}
53+
mkdir build
54+
cd build
55+
cmake ..
56+
make -j2 && make -j2 install

0 commit comments

Comments
 (0)