File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed
Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff 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
4242git clone https://github.com/LBL-EESA/TELite.git
4343cd TELite
44+ git checkout ${TECA_TELITE_REVISION}
4445mkdir build
4546cd build
4647cmake ..
47- make && make install
48+ make -j2 && make -j2 install
Original file line number Diff line number Diff line change @@ -40,3 +40,12 @@ pip3 install "numpy<2.0" mpi4py matplotlib torch
4040
4141# install data files.
4242svn 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
Original file line number Diff line number Diff line change @@ -45,3 +45,12 @@ pip3 install "numpy<2.0" mpi4py matplotlib torch
4545
4646# install data files.
4747svn 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
You can’t perform that action at this time.
0 commit comments