Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : graph-tool | name : graph-tool | ||||
| version : 2.27 | version : 2.29 | ||||
| release : 5 | release : 6 | ||||
| source : | source : | ||||
| - https://downloads.skewed.de/graph-tool/graph-tool-2.27.tar.bz2 : 4740c69720dfbebf8fb3e77057b3e6a257ccf0432cdaf7345f873247390e4313 | - https://downloads.skewed.de/graph-tool/graph-tool-2.29.tar.bz2 : 6c0c4336bed6e2f79c91ace6d6914145ee03d0bd5025473b5918aec2b0657f7a | ||||
| license : GPL-3.0-or-later | license : GPL-3.0-or-later | ||||
| component : programming.python | component : programming.python | ||||
Jacalz: License should be switched back to GPL-3.0-or-later. | |||||
| summary : Efficient python module for analysis of graphs | summary : Efficient python module for analysis of graphs | ||||
| description: | | description: | | ||||
| Graph-tool is an efficient python module for manipulation and statistical analysis of graphs | Graph-tool is an efficient python module for manipulation and statistical analysis of graphs | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(cairomm-1.0) | - pkgconfig(cairomm-1.0) | ||||
| - pkgconfig(expat) | - pkgconfig(expat) | ||||
Done Inline ActionsYou can remove the extra space from here ;) Jacalz: You can remove the extra space from here ;) | |||||
| - pkgconfig(libsparsehash) | - pkgconfig(libsparsehash) | ||||
| - pkgconfig(py3cairo) | - pkgconfig(py3cairo) | ||||
| - pkgconfig(python3) | - pkgconfig(python3) | ||||
| - CGAL-devel | - CGAL-devel | ||||
| - libboost-devel | - libboost-devel | ||||
| - matplotlib | - matplotlib | ||||
| - scipy | - scipy | ||||
| rundeps : | rundeps : | ||||
Done Inline ActionsYou can add matplotlib back to it’s original place so the list is ordered alphabetically again. Jacalz: You can add matplotlib back to it’s original place so the list is ordered alphabetically again. | |||||
| - matplotlib | - matplotlib | ||||
| - python3-cairo | - python3-cairo | ||||
| - scipy | - scipy | ||||
| setup : | | setup : | | ||||
| %patch -p1 < $pkgfiles/cgal-4.13.patch | |||||
| %configure PYTHON=python3 | %configure PYTHON=python3 | ||||
Done Inline ActionsIs there anything wrong with the %configure macro here? Jacalz: Is there anything wrong with the %configure macro here? | |||||
| build : | | build : | | ||||
| # build with -j1 to limit memory usage (this is a memory monster) | # build with -j1 to limit memory usage (this is a memory monster) | ||||
| %make -j1 | %make -j1 | ||||
| install : | | install : | | ||||
| %make_install | %make_install | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
License should be switched back to GPL-3.0-or-later.