Admin/mira.py
changeset 50593 8372c8b59cea
parent 49814 0aaed83532e1
child 50594 3f794789df0e
equal deleted inserted replaced
50592:a39250169636 50593:8372c8b59cea
   162     """HOLCF"""
   162     """HOLCF"""
   163     return isabelle_build(*(args + ("-b", "ZF")))
   163     return isabelle_build(*(args + ("-b", "ZF")))
   164 
   164 
   165 
   165 
   166 settings64='''
   166 settings64='''
   167 ML_PLATFORM=x86_64-linux
   167 # enforce 64 bit, overriding smart detection
   168 ML_HOME="/home/polyml/polyml-5.4.1/x86_64-linux"
   168 ML_PLATFORM="$ISABELLE_PLATFORM64"
   169 ML_SYSTEM="polyml-5.4.1"
   169 ML_HOME="$(dirname $ML_HOME)/$ML_PLATFORM"
   170 '''
   170 '''
   171 
   171 
   172 @configuration(repos = [Isabelle], deps = [])
   172 @configuration(repos = [Isabelle], deps = [])
   173 def Isabelle_makeall(*args):
   173 def Isabelle_makeall(*args):
   174     """Build all sessions"""
   174     """Build all sessions"""