gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 3 and Version 4 of mac


Ignore:
Timestamp:
Feb 24, 2014, 12:47:02 PM (11 years ago)
Author:
jweil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mac

    v3 v4  
    55 * There are various Fortran compilers available for Mac OS X, e.g. ifort, gfortran and g95. All three of these have been tested on Mac OS X 10.5.6. gfortran binaries for Mac OS can be found at http://gcc.gnu.org/wiki/GFortranBinaries#MacOS.
    66
    7  * You need the GNU version of the 'find' tool, since the Mac version has a slightly different syntax and is not compatible with our build process. The GNU findutils can be obtained e.g. from the [http://www.macports.org MacPorts] project or directly from the [http://www.gnu.org/software/findutils/ GNU] website. The GNU find binary should be called 'gfind'.
     7 * You need the GNU version of the 'find' tool, since the Mac version has a slightly different syntax and is not compatible with our build process. The GNU findutils can be obtained e.g. via [http://www.macports.org/ports.php?by=name&substr=findutils MacPorts] or directly from the [http://www.gnu.org/software/findutils/ GNU] website. The GNU find binary should be called 'gfind'.
    88
    99 * Static linking is not supported on OS X, cf. the official [http://developer.apple.com/qa/qa2001/qa1118.html statement] by Apple.