Search Criteria
Package Details: sherpa 2.2.10-1
Git Clone URL: | https://aur.archlinux.org/sherpa.git (read-only, click to copy) |
---|---|
Package Base: | sherpa |
Description: | A particle physics package for Monte Carlo simulation of collider events. |
Upstream URL: | http://sherpa.hepforge.org |
Licenses: | |
Submitter: | fsiegert |
Maintainer: | fsiegert |
Last Packager: | fsiegert |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2014-06-06 12:16 |
Last Updated: | 2020-10-16 09:16 |
Latest Comments
fsiegert commented on 2017-01-09 16:18
@l1agi: Sorry about the late reply, but I can't confirm the issues you reported.
1. There is no boost dependency nor should there be one, since Sherpa does not use any boost functionality. That said, maybe the problem is a boost dependency of Rivet, which is only covered as makedepends in that package and might thus not be installed anymore once Sherpa gets built. I'll check whether anything can be done about that. (Update: rivet does not depend on boost anymore, so this problem is solved.)
2. It builds fine for me with an up-to-date Archlinux with openmpi 1.10.5-1, so maybe that was just a transient issue. Could you provide more details if this problem persists?
Cheers,
Frank
l1agi commented on 2016-09-28 04:37
Solved the problem of linking fail with adding options
CC=mpic++ CXX=mpic++ FC='mpif90 -fPIC -funderscoring'
to ./configure.
l1agi commented on 2016-09-27 15:06
1. It has dependency on boost package in the official repository. Add it please.
2. Building fails. Error message below.
Main.o: In function `MPI::Init(int&, char**&)':
/usr/include/openmpi/ompi/mpi/cxx/functions_inln.h:121: undefined reference to `MPI_Init'
Main.o: In function `MPI::Real_init()':
/usr/include/openmpi/ompi/mpi/cxx/functions_inln.h:114: undefined reference to `MPI::InitializeIntercepts()'
Please check.