sherpa is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" (/hepforge/svn/sherpa does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 16 years ago

Last modified 11 years ago

#19 closed defect

Compilation of Sherpa under MAC OS — at Version 1

Reported by: Frank Siegert Owned by: Frank Siegert
Priority: major Milestone:
Component: Unknown Version: 1.1.2
Keywords: Cc: jmonk@hep.ucl.ac.uk, sschuman@staffmail.ed.ac.uk, gregoiret33@gmail.com, r.franceschini@sns.it

Description (last modified by Frank Siegert)

Sherpa does not compile on all common versions/architectures of Mac OS. The problem is related to linking with Fortran libraries for the internal PDF or Lund routines.

Change History (1)

comment:1 Changed 16 years ago by Frank Siegert

Description: modified (diff)
Status: newassigned

I have improved the Fortran linking such that I would hope it works more reliably on a MacOS. From my testing it seems to compile fine on 10.4/PowerPC and 10.5/Intel now, but there remain problems:

  • Without autoreconf'ing on the Mac itself before the installation, it prints at runtime lots of error messages and eventually crashes.
  • If autoreconf'ed before installation, it starts running normally, but crashes as soon as something has to be written out to file (typically the process libraries).

Can Mac users please test with the attached tarball, and write me their experiences? Ideally you would do two tests:

  1. without autoreconf:
    • tar xzf Sherpa-beta-1.1.3.tar.gz
    • cd SHERPA-MC-1.1.3
    • ./configure
    • make -j2
    • make install
    • cd SHERPA/Run/LHC
    • ../Sherpa
  2. with autoreconf:
    • tar xzf Sherpa-beta-1.1.3.tar.gz
    • cd SHERPA-MC-1.1.3
    • autoreconf -fi
    • ./configure
    • make -j2
    • make install
    • cd SHERPA/Run/LHC
    • ../Sherpa
Note: See TracTickets for help on using tickets.