public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/avogadro/files: avogadro-1.1.0-textrel.patch
@ 2012-12-06 18:08 Justin Lecher (jlec)
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2012-12-06 18:08 UTC (permalink / raw
  To: gentoo-commits

jlec        12/12/06 18:08:58

  Added:                avogadro-1.1.0-textrel.patch
  Log:
  sci-chemistry/avogadro: Version Bump prepared by Reinis Danne, #439436; fixes build with latest boost, #406267
  
  (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)

Revision  Changes    Path
1.1                  sci-chemistry/avogadro/files/avogadro-1.1.0-textrel.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/avogadro/files/avogadro-1.1.0-textrel.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/avogadro/files/avogadro-1.1.0-textrel.patch?rev=1.1&content-type=text/plain

Index: avogadro-1.1.0-textrel.patch
===================================================================
 libavogadro/src/extensions/crystallography/spglib/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavogadro/src/extensions/crystallography/spglib/CMakeLists.txt b/libavogadro/src/extensions/crystallography/spglib/CMakeLists.txt
index fb88316..2ddcfdf 100644
--- a/libavogadro/src/extensions/crystallography/spglib/CMakeLists.txt
+++ b/libavogadro/src/extensions/crystallography/spglib/CMakeLists.txt
@@ -20,6 +20,6 @@ add_library(spglib STATIC ${spglib_SRCS})
 set_target_properties(spglib PROPERTIES COMPILE_FLAGS "-w")
 
 # Set -fPIC on x86_64
-if("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64")
+if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "^(i.86|x86|x86_64)$")
   set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC"  )
 endif()





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/avogadro/files: avogadro-1.1.0-textrel.patch
@ 2013-02-13 18:35 Justin Lecher (jlec)
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2013-02-13 18:35 UTC (permalink / raw
  To: gentoo-commits

jlec        13/02/13 18:35:25

  Modified:             avogadro-1.1.0-textrel.patch
  Log:
  sci-chemistry/avogadro: add another missing fPIC, #446548; thanks Oldrich Jedlicka and Todd Goodman for the patch
  
  (Portage version: 2.2.0_alpha162/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.2                  sci-chemistry/avogadro/files/avogadro-1.1.0-textrel.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/avogadro/files/avogadro-1.1.0-textrel.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/avogadro/files/avogadro-1.1.0-textrel.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/avogadro/files/avogadro-1.1.0-textrel.patch?r1=1.1&r2=1.2

Index: avogadro-1.1.0-textrel.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/avogadro/files/avogadro-1.1.0-textrel.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- avogadro-1.1.0-textrel.patch	6 Dec 2012 18:08:58 -0000	1.1
+++ avogadro-1.1.0-textrel.patch	13 Feb 2013 18:35:25 -0000	1.2
@@ -1,5 +1,6 @@
  libavogadro/src/extensions/crystallography/spglib/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ libavogadro/src/extensions/swcntbuilder/tubegen/CMakeLists.txt   | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/libavogadro/src/extensions/crystallography/spglib/CMakeLists.txt b/libavogadro/src/extensions/crystallography/spglib/CMakeLists.txt
 index fb88316..2ddcfdf 100644
@@ -13,3 +14,16 @@
 +if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "^(i.86|x86|x86_64)$")
    set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC"  )
  endif()
+diff --git a/libavogadro/src/extensions/swcntbuilder/tubegen/CMakeLists.txt b/libavogadro/src/extensions/swcntbuilder/tubegen/CMakeLists.txt
+index 0cd0c3e..9e89daf 100644
+--- a/libavogadro/src/extensions/swcntbuilder/tubegen/CMakeLists.txt
++++ b/libavogadro/src/extensions/swcntbuilder/tubegen/CMakeLists.txt
+@@ -19,7 +19,7 @@ add_library(tubegen STATIC ${tubegen_SRCS})
+ set_target_properties(tubegen PROPERTIES COMPILE_FLAGS "-w")
+ 
+ # Set -fPIC on x86_64
+-if("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64")
++if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "^(i.86|x86|x86_64)$")
+   set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC"  )
+   set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC"  )
+ endif()





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/avogadro/files: avogadro-1.1.0-textrel.patch
@ 2013-02-13 18:48 Justin Lecher (jlec)
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2013-02-13 18:48 UTC (permalink / raw
  To: gentoo-commits

jlec        13/02/13 18:48:27

  Modified:             avogadro-1.1.0-textrel.patch
  Log:
  sci-chemistry/avogadro: Add pcc* to the texrel patch consumer
  
  (Portage version: 2.2.0_alpha162/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.3                  sci-chemistry/avogadro/files/avogadro-1.1.0-textrel.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/avogadro/files/avogadro-1.1.0-textrel.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/avogadro/files/avogadro-1.1.0-textrel.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/avogadro/files/avogadro-1.1.0-textrel.patch?r1=1.2&r2=1.3

Index: avogadro-1.1.0-textrel.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/avogadro/files/avogadro-1.1.0-textrel.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- avogadro-1.1.0-textrel.patch	13 Feb 2013 18:35:25 -0000	1.2
+++ avogadro-1.1.0-textrel.patch	13 Feb 2013 18:48:27 -0000	1.3
@@ -11,7 +11,7 @@
  
  # Set -fPIC on x86_64
 -if("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64")
-+if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "^(i.86|x86|x86_64)$")
++if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "^(i.86|x86|x86_64|ppc|ppc64)$")
    set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC"  )
  endif()
 diff --git a/libavogadro/src/extensions/swcntbuilder/tubegen/CMakeLists.txt b/libavogadro/src/extensions/swcntbuilder/tubegen/CMakeLists.txt
@@ -23,7 +23,7 @@
  
  # Set -fPIC on x86_64
 -if("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64")
-+if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "^(i.86|x86|x86_64)$")
++if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "^(i.86|x86|x86_64|ppc|ppc64)$")
    set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC"  )
    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC"  )
  endif()





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-13 18:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-06 18:08 [gentoo-commits] gentoo-x86 commit in sci-chemistry/avogadro/files: avogadro-1.1.0-textrel.patch Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-13 18:35 Justin Lecher (jlec)
2013-02-13 18:48 Justin Lecher (jlec)

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