gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 2 and Version 3 of mac


Ignore:
Timestamp:
Feb 20, 2014, 3:23:25 PM (10 years ago)
Author:
jweil
Comment:

add link to gfortran binaries

Legend:

Unmodified
Added
Removed
Modified
  • mac

    v2 v3  
    33GiBUU on Mac is supported since version 1.2.1 (or r2736 on trunk). In addition to the usual requirements of GiBUU (like a decent [wiki:tools Fortran compiler]), there are some minor caveats specific to Mac OS X:
    44
     5 * 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.
     6
    57 * 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'.
    68
    7  * Static linking is not supported on OS X, cf. the official [http://developer.apple.com/qa/qa2001/qa1118.html statement] by Apple. Therefore the -static flag is omitted when compiling on Mac (while it is included by default on other platforms).
    8 
    9  * 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.
     9 * Static linking is not supported on OS X, cf. the official [http://developer.apple.com/qa/qa2001/qa1118.html statement] by Apple.