Updated to 2.3.2.2 ;-)
Search Criteria
Package Details: clhep 2.4.7.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/clhep.git (read-only, click to copy) |
---|---|
Package Base: | clhep |
Description: | A Class library for High Energy Physics |
Upstream URL: | http://proj-clhep.web.cern.ch/ |
Licenses: | GPL3 |
Submitter: | Sonequa |
Maintainer: | donpicoro |
Last Packager: | donpicoro |
Votes: | 9 |
Popularity: | 0.000131 |
First Submitted: | 2007-10-17 17:47 (UTC) |
Last Updated: | 2024-08-14 07:53 (UTC) |
Dependencies (5)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- cmake (cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- texlive-core (texlive-installerAUR, texlive-fullAUR, texlive-basic) (make)
- texlive-formatsextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
Required by (1)
Sources (1)
donpicoro commented on 2016-05-28 14:24 (UTC)
parnmatt commented on 2015-09-22 15:23 (UTC)
Cheers @donpicoro, I can confirm that this now successfully builds, utilising all 8 of my cores.
Thanks for the swift response and fix.
donpicoro commented on 2015-09-22 14:17 (UTC)
Hi, parnmatt
I can't remember why I used the "-j1". I had troubles at some point and I can remember where/when was it. So now it's removed.
The compilation of the documentations seems like it is a no go. I found this
https://www.tug.org/pipermail/tex-live/2015-June/037019.html
which seems like the proper explanation for it.
Cheers and let me know if you have any more comments.
/Pico
parnmatt commented on 2015-09-22 13:28 (UTC)
…Also, is there any particular reason the PKGBUILD has a hard coded -j1 for making, rather than letting our makepkg.conf take care of it?
Does CLHEP have to be compiled on a single core?
parnmatt commented on 2015-09-22 13:17 (UTC)
I'm getting a build error.
Seems to be an issue converting the documentation, dvi --> ps --> pdf
Something seems to be undefined in the file. Output below, any thoughts?
(surprised it's not just using pdflatex directly [or to use latexmk -pdf which is included and compiles the needed amount of times].)
[ 75%] ps2pdf
Error: /undefined in startTexFig
Operand stack:
33811824 30917427 0 0 33811824 30917427
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1967 1 3 %oparray_pop 1966 1 3 %oparray_pop 1950 1 3 %oparray_pop 1836 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval--
Dictionary stack:
--dict:1191/1684(ro)(G)-- --dict:0/20(G)-- --dict:79/200(L)-- --dict:115/300(L)--
Current allocation mode is local
Last OS error: No such file or directory
Current file position is 339298
GPL Ghostscript 9.16: Unrecoverable error, exit code 1
GenericFunctions/doc/CMakeFiles/GenericFunctionsgenericFunctionsDocument.dir/build.make:60: recipe for target 'GenericFunctions/doc/genericFunctions.pdf' failed
make[2]: *** [GenericFunctions/doc/genericFunctions.pdf] Error 1
make[2]: *** Deleting file 'GenericFunctions/doc/genericFunctions.pdf'
CMakeFiles/Makefile2:1704: recipe for target 'GenericFunctions/doc/CMakeFiles/GenericFunctionsgenericFunctionsDocument.dir/all' failed
make[1]: *** [GenericFunctions/doc/CMakeFiles/GenericFunctionsgenericFunctionsDocument.dir/all] Error 2
Makefile:160: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
donpicoro commented on 2014-08-17 18:30 (UTC)
Updated =D
totsilence commented on 2014-08-16 12:30 (UTC)
CLHEP 2.2.0.2 was released a couple of days ago. :)
lonaowna commented on 2014-05-08 19:05 (UTC)
Thanks for maintaining! :)
donpicoro commented on 2014-05-08 17:38 (UTC)
updated. Thanks !! =D
lonaowna commented on 2014-05-08 12:52 (UTC)
version 2.1.4.1 is available
md5sums=('3e75199be7970fe7260af7aa57c47bdd')
Pinned Comments
donpicoro commented on 2018-11-23 10:55 (UTC)
NOTE to users compiling geant4 with the option
GEANT4_USE_SYSTEM_CLHEP=ON
:The geant4 checks for clhep will fail as they will look for the static libraries which are removed by default.
To avoid the removal of clhep libraries needed by geant4 for its check make sure to add
staticlibs
to theoptions
array.