Skip to content
Snippets Groups Projects
Commit c231217c authored by Jan David Mol's avatar Jan David Mol
Browse files

Added py-lxml, measures

parent 97377ce8
No related branches found
No related tags found
No related merge requests found
......@@ -55,3 +55,16 @@ make -C gnucxx11_opt/ -j
The `configure.sh` file loads all the environment modules that are required to build the COBALT software. It also applies the following workarounds:
1) The libraries of the host compiler (GCC 12) need to be added to the `LIBRARY_PATH`.
2) `tParset` is broken, disable it in the build.
## Notes: futher patches needed to run tests
The following patches are needed to get the COBALT tests and code to run on the COBALT cluster:
1) The path to libnvrtc-builtins.so (provided by Spack) needs to be added to LD_LIBRARY_PATH. Not doing so raises the error NVRTC_ERROR_BUILTIN_OPERATION_FAILURE.
2) The casacore measures need to be installed:
```bash
wget ftp://ftp.astron.nl:21/outgoing/Measures/WSRT_Measures.ztar
tar xfz WSRT_Measures.ztar
mkdir ~/measures
mv geodetic ephemerides ~/measures
echo 'measures.directory: $HOME/measures' > ~/.casarc
```
3) make sure `ssh localhost` works without password
......@@ -19,6 +19,7 @@ module load python
module load numactl
module load unittest-cpp
module load hdf5
module load py-lxml
# tParset is broken, disable it
sed -i '/lofar_add_test(tParset/s/^/#/' CoInterface/test/CMakeLists.txt
......
......@@ -12,6 +12,7 @@ spack:
- log4cplus
- py-kombu
- py-casacore
- py-lxml
- readline
- ncurses
- postgresql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment