Running on OSX, CyRK needed an additional package and other minor tweaking for rydiqule to load.
I installed rydiqule from my local clone with
I use macports for packages and bash as my shell, so the necessary commands were:
sudo port install libomp
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH/opt/local/lib/libomp:
Running on OSX,
CyRKneeded an additional package and other minor tweaking forrydiquleto load.I installed
rydiqulefrom my local clone withI use
macportsfor packages andbashas my shell, so the necessary commands were: