gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Initial Version and Version 1 of mac


Ignore:
Timestamp:
Feb 11, 2009, 4:08:32 PM (15 years ago)
Author:
jweil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mac

    v1 v1  
     1= Compiling GiBUU on Mac OS X (Darwin) =
     2
     3GiBUU on Mac is supported since r2736. 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:
     4
     5 * 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'.
     6
     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.