Changeset 34574


Ignore:
Timestamp:
2020-11-29T15:59:31+13:00 (3 years ago)
Author:
anupama
Message:

Undoing commit 34573, as Mojave was still fine with the mac leopard generated 32 bit IsisGdl (I wrongly thought I had tested the Mojave 64 bit IsisGdl and that it worked), whereas the 64 bit IsisGdl generated on Mojave does not appear to work on Mojave or Catalina. So as the 32 bit worked on more MacOS, and the 64 bit doesn't (yet) work any known Mac OS, putting it back. Testing other tutorials, as they're not affected by this single binary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r34573 r34574  
    15691569    <echo>collection solr-jdbm-demo installed</echo>
    15701570  </target>
    1571 
     1571 
    15721572  <!-- Until 64 bit Linux and Mac (Lion) machines can generate a working IsisGdl,
    1573        use the ones generated on a 32 bit Linux and Mac (Leopard), respectively When compiling Greenstone on Mojave and onwards, don't want Isis.macleopard
    1574 as its bitness (32) is wrong and the one generated during GS compilation works.
    1575 -->
    1576   <target name="get-isisgdl" if="${current.os.isunixnotmac}">
     1573       use the ones generated on a 32 bit Linux and Mac (Leopard), respectively
     1574    -->
     1575  <target name="get-isisgdl" if="${current.os.isunix}">
    15771576    <exec executable="uname" dir="${basedir}" failonerror="false"
    15781577      outputproperty="uname.val">
Note: See TracChangeset for help on using the changeset viewer.