Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11036898
D9382.id22640.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
7 KB
Referenced Files
None
Subscribers
None
D9382.id22640.diff
View Options
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -8,7 +8,7 @@
libexpat.so.1
libgcc_s.so.1
libgmp.so.10
+libgomp.so.1
libm.so.6
-libomp.so
libpython3.7m.so.1.0
libstdc++.so.6
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : graph-tool
-version : 2.32
-release : 9
+version : '2.33'
+release : 10
source :
- - https://downloads.skewed.de/graph-tool/graph-tool-2.32.tar.xz : c675f43eac4b0f03d094d4d624b53dc07e3d2f3e42454b7695c45802a88c0f97
+ - https://downloads.skewed.de/graph-tool/graph-tool-2.33.tar.bz2 : f07025160a8cb376551508c6d8aa5fd05a146c67c4706ea4635d2766aa5c9fcb
license : GPL-3.0-or-later
component : programming.python
summary : Efficient python module for analysis of graphs
@@ -22,7 +22,8 @@
- matplotlib
- python3-cairo
- scipy
-clang : yes
+# If clang set to yes, the submodules give an error when imported
+#clang : yes
environment: |
# workaround for bug in boost 1.72
export CPPFLAGS="$CPPFLAGS -DHAVE_BOOST_COROUTINE"
@@ -36,6 +37,6 @@
# For systems with 16 GiB RAM, make -j3 is barely suitable and make -j2 is recommended if the system will be in use during the build.
# For systems with 32 GiB RAM, make -j12 is probably the maximum.
# For systems with 64 GiB RAM, make -j24 is probably the maximum. (Should be used for the Buildserver)
- %make
+ %make -j2
install : |
%make_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>graph-tool</Name>
<Packager>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Padraig Mac Carron</Name>
+ <Email>padraig.maccarron@ul.ie</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>programming.python</PartOf>
@@ -194,6 +194,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/include/inference/loops/gibbs_loop.hh</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/include/inference/loops/mcmc_loop.hh</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/include/inference/loops/merge_loop.hh</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/include/inference/modularity/graph_modularity.hh</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/include/inference/overlap/graph_blockmodel_overlap.hh</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/include/inference/overlap/graph_blockmodel_overlap_mcmc_bundled.hh</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/include/inference/overlap/graph_blockmodel_overlap_partition.hh</Path>
@@ -203,6 +204,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/include/inference/partition_centroid/graph_partition_centroid_rmi.hh</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/include/inference/partition_modes/graph_partition_mode.hh</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/include/inference/partition_modes/graph_partition_mode_clustering.hh</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/include/inference/planted_partition/graph_planted_partition.hh</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/include/inference/support/cache.hh</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/include/inference/support/graph_neighbor_sampler.hh</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/include/inference/support/graph_state.hh</Path>
@@ -278,6 +280,8 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/inference/__pycache__/partition_centroid.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/inference/__pycache__/partition_modes.cpython-37.opt-1.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/inference/__pycache__/partition_modes.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/inference/__pycache__/planted_partition.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/inference/__pycache__/planted_partition.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/inference/__pycache__/uncertain_blockmodel.cpython-37.opt-1.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/inference/__pycache__/uncertain_blockmodel.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/inference/__pycache__/util.cpython-37.opt-1.pyc</Path>
@@ -295,6 +299,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/inference/overlap_blockmodel.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/inference/partition_centroid.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/inference/partition_modes.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/inference/planted_partition.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/inference/uncertain_blockmodel.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/inference/util.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/libgraph_tool_core.so</Path>
@@ -319,8 +324,9 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/util/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/graph_tool/util/libgraph_tool_util.so</Path>
<Path fileType="doc">/usr/share/doc/graph-tool/AUTHORS</Path>
+ <Path fileType="doc">/usr/share/doc/graph-tool/COPYING</Path>
+ <Path fileType="doc">/usr/share/doc/graph-tool/COPYING.LESSER</Path>
<Path fileType="doc">/usr/share/doc/graph-tool/INSTALL</Path>
- <Path fileType="doc">/usr/share/doc/graph-tool/LICENSE</Path>
<Path fileType="doc">/usr/share/doc/graph-tool/README.md</Path>
<Path fileType="doc">/usr/share/doc/graph-tool/doc/.static/graph-icon.ico</Path>
<Path fileType="doc">/usr/share/doc/graph-tool/doc/.static/graph-icon.png</Path>
@@ -371,19 +377,19 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="9">graph-tool</Dependency>
+ <Dependency release="10">graph-tool</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib64/pkgconfig/graph-tool-py3.7.pc</Path>
</Files>
</Package>
<History>
- <Update release="9">
- <Date>2020-06-19</Date>
- <Version>2.32</Version>
+ <Update release="10">
+ <Date>2020-08-07</Date>
+ <Version>2.33</Version>
<Comment>Packaging update</Comment>
- <Name>F. von Gellhorn</Name>
- <Email>flinux@vongellhorn.ch</Email>
+ <Name>Padraig Mac Carron</Name>
+ <Email>padraig.maccarron@ul.ie</Email>
</Update>
</History>
-</PISI>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 7:51 PM (1 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5820889
Default Alt Text
D9382.id22640.diff (7 KB)
Attached To
Mode
D9382: Update graph-tool to 2.35 and fix T9215
Attached
Detach File
Event Timeline
Log In to Comment