Open
Description
Just getting my isabelle-utp installation up to date with the 2017 version of Isabelle.
I really like the build script, but I've found a minor issue which may be worth having in mind in the future:readlink -f
is not portable to BSD/OSX-land. Not sure what else to suggest given the difficulty of emulating this. An alternative is to install the GNU version of readlink.
Line 3 in ce90795
Instead, I set export ISABELLE_UTP=`pwd`
from my clone folder of the repo and then ran the bin/build.sh
file just fine.
Activity