public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-physics/geant-python/files: geant-python-4.10.0-polycone.patch geant-python-4.10.0-config.patch
@ 2013-12-20  6:09 Benda XU (heroxbd)
  0 siblings, 0 replies; only message in thread
From: Benda XU (heroxbd) @ 2013-12-20  6:09 UTC (permalink / raw
  To: gentoo-commits

heroxbd     13/12/20 06:09:22

  Added:                geant-python-4.10.0-polycone.patch
                        geant-python-4.10.0-config.patch
  Log:
  version bump
  
  (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.1                  sci-physics/geant-python/files/geant-python-4.10.0-polycone.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant-python/files/geant-python-4.10.0-polycone.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant-python/files/geant-python-4.10.0-polycone.patch?rev=1.1&content-type=text/plain

Index: geant-python-4.10.0-polycone.patch
===================================================================
polycone API has been changed.

http://bugzilla-geant4.kek.jp/show_bug.cgi?id=1544
Index: g4py/source/geometry/pyG4Polycone.cc
===================================================================
--- g4py.orig/source/geometry/pyG4Polycone.cc
+++ g4py/source/geometry/pyG4Polycone.cc
@@ -96,7 +96,6 @@ void export_G4Polycone()
     .def("GetStartPhi",    &G4Polycone::GetStartPhi)
     .def("GetEndPhi",      &G4Polycone::GetEndPhi)
     .def("IsOpen",         &G4Polycone::IsOpen)
-    .def("IsGeneric",      &G4Polycone::IsGeneric)
     .def("GetNumRZCorner", &G4Polycone::GetNumRZCorner)
 
     // operators



1.1                  sci-physics/geant-python/files/geant-python-4.10.0-config.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant-python/files/geant-python-4.10.0-config.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant-python/files/geant-python-4.10.0-config.patch?rev=1.1&content-type=text/plain

Index: geant-python-4.10.0-config.patch
===================================================================
do not hard code PATH; QGSP.hh is renamed to G4QGSParticipants.hh in geant-4.10

http://bugzilla-geant4.kek.jp/show_bug.cgi?id=1545
http://bugzilla-geant4.kek.jp/show_bug.cgi?id=1546
Index: g4py/configure
===================================================================
--- g4py.orig/configure
+++ g4py/configure
@@ -4,9 +4,6 @@
 # ======================================================================
 export LANG=C
 
-PATH=/bin:/usr/bin
-export PATH
-
 # ======================================================================
 # testing the echo features
 # ======================================================================
@@ -377,7 +374,7 @@ fi
 
 # ---
 echo $ac_n "Checking for physics list support ...$ac_c"
-if [ -f "$g4_incdir"/QGSP.hh ]; then
+if [ -f "$g4_incdir"/G4QGSParticipants.hh ]; then
   enable_physicslist=1
 fi
 if [ $enable_physicslist = 0 ]; then





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-20  6:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-20  6:09 [gentoo-commits] gentoo-x86 commit in sci-physics/geant-python/files: geant-python-4.10.0-polycone.patch geant-python-4.10.0-config.patch Benda XU (heroxbd)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox