You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@IanHeywood noting this here for lack of a better place to put it
In that spirit, I'm trying a native DDFacet build without invoking singularity. Guess the only way out of cmake not being available is a "Dear Support"?
@IanHeywood noting this here for lack of a better place to put it (where would you put it?)
So I've git CubiCal running natively on ilifu without containers.
Make a python3 virtualenv
pip install from this branch: removed cacacore==3.0.0 requirement #375 (or use master and simply remove the
==3.0.0
requirement on python-casacore in setup.py)It still needs to find casacore data, which is not installed on the nodes. But that's just a directory. Put this in your
~/.casarc
:...or copy casacore-data to your own home if you wish and adjust the path.
The text was updated successfully, but these errors were encountered: