summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2020-01-04 13:29:17 +0000
committerAntonio Rojas2020-01-04 13:29:17 +0000
commit138b3db82d8d13f9c66bf8d7515aa37671710e0a (patch)
tree760d301579f0d918afd78098b39ddef3838d4bf4
parenta186361d542d1a1baa71f63efaac9908c5104361 (diff)
downloadaur-138b3db82d8d13f9c66bf8d7515aa37671710e0a.tar.gz
Remove fes module
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
-rw-r--r--package.patch15
3 files changed, 21 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36f3b8c0126c..65fe02d2b80f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sagemath-git
pkgdesc = Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab
pkgver = 9.0.r0.g31cb54b779
- pkgrel = 1
+ pkgrel = 2
url = http://www.sagemath.org
arch = x86_64
license = GPL
@@ -17,7 +17,6 @@ pkgbase = sagemath-git
makedepends = tdlib
makedepends = python-pkgconfig
makedepends = shared_meataxe
- makedepends = libfes
makedepends = primecount
makedepends = git
depends = ipython
@@ -83,7 +82,6 @@ pkgbase = sagemath-git
optdepends = imagemagick: to show animations
optdepends = coxeter: Coxeter groups implementation
optdepends = lrs: Algorithms for linear reverse search used in game theory and for computing volume of polytopes
- optdepends = libfes: exhaustive search of solutions for boolean equations
optdepends = python-pynormaliz: Normaliz backend for polyhedral computations
optdepends = latte-integrale: integral point count in polyhedra
optdepends = python-jupymake: polymake backend for polyhedral computations
@@ -107,7 +105,7 @@ pkgbase = sagemath-git
source = sagemath-rpy-3.patch
source = sagemath-python-3.8.patch
sha256sums = SKIP
- sha256sums = 328e45e78065b5f6527174bda48cfff6828acbf107c2535b0a9a92c3ceb35842
+ sha256sums = 496da0fa42cdfc92b43f5d85610bb462ca9bdc2f4d80fd316e8e9d068dba3b0b
sha256sums = 6a5470d7044a50a35a6478f57c19adf72fe54aefebeea8a095915b63f9e219ac
sha256sums = 876fd1c0fc3471b56e54d960d79e5ce1d5fc49cebf6eed27043a7380854c792c
sha256sums = 9b2d87990db3045a83776e1ff527a31ce60a3361b08f5ec85fb1d45106982faa
@@ -133,7 +131,6 @@ pkgname = sagemath-git
optdepends = imagemagick: to show animations
optdepends = coxeter: Coxeter groups implementation
optdepends = lrs: Algorithms for linear reverse search used in game theory and for computing volume of polytopes
- optdepends = libfes: exhaustive search of solutions for boolean equations
optdepends = python-pynormaliz: Normaliz backend for polyhedral computations
optdepends = latte-integrale: integral point count in polyhedra
optdepends = python-jupymake: polymake backend for polyhedral computations
diff --git a/PKGBUILD b/PKGBUILD
index 72227517ff85..8bb60b407997 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgbase=sagemath-git
pkgname=(sagemath-git sagemath-jupyter-git)
pkgver=9.0.r0.g31cb54b779
-pkgrel=1
+pkgrel=2
pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab"
arch=(x86_64)
url="http://www.sagemath.org"
@@ -25,14 +25,14 @@ optdepends=('cython: to compile cython code' 'python-pkgconfig: to compile cytho
'ffmpeg: to export animations to video' 'imagemagick: to show animations'
'coxeter: Coxeter groups implementation'
'lrs: Algorithms for linear reverse search used in game theory and for computing volume of polytopes'
- 'libfes: exhaustive search of solutions for boolean equations' 'python-pynormaliz: Normaliz backend for polyhedral computations'
+ 'python-pynormaliz: Normaliz backend for polyhedral computations'
'latte-integrale: integral point count in polyhedra' 'python-jupymake: polymake backend for polyhedral computations'
'shared_meataxe: faster matrix arithmetic over finite fields' 'openblas: faster linear algebra'
'sirocco: for computing the fundamental group of the complement of a plane curve' 'primecount: faster prime_pi implementation'
'dot2tex: for displaying some diagrams' 'cryptominisat5: SAT solver' 'python-pycosat: picosat SAT solver'
'python-pip: to install optional packages with sage -pip')
makedepends=(cython boost ratpoints python-jinja coin-or-cbc sirocco
- mcqd coxeter bliss tdlib python-pkgconfig shared_meataxe libfes primecount git)
+ mcqd coxeter bliss tdlib python-pkgconfig shared_meataxe primecount git)
source=(git://git.sagemath.org/sage.git#branch=develop
package.patch
latte-count.patch
@@ -45,7 +45,7 @@ source=(git://git.sagemath.org/sage.git#branch=develop
sagemath-rpy-3.patch
sagemath-python-3.8.patch)
sha256sums=('SKIP'
- '328e45e78065b5f6527174bda48cfff6828acbf107c2535b0a9a92c3ceb35842'
+ '496da0fa42cdfc92b43f5d85610bb462ca9bdc2f4d80fd316e8e9d068dba3b0b'
'6a5470d7044a50a35a6478f57c19adf72fe54aefebeea8a095915b63f9e219ac'
'876fd1c0fc3471b56e54d960d79e5ce1d5fc49cebf6eed27043a7380854c792c'
'9b2d87990db3045a83776e1ff527a31ce60a3361b08f5ec85fb1d45106982faa'
diff --git a/package.patch b/package.patch
index ae242d12f677..15d9f2d25217 100644
--- a/package.patch
+++ b/package.patch
@@ -1,3 +1,18 @@
+--- src/module_list.py
++++ src/module_list.py
+@@ -510,12 +510,6 @@ ext_modules = [
+ Extension('sage.libs.ecl',
+ sources = ["sage/libs/ecl.pyx"]),
+
+- OptionalExtension("sage.libs.fes",
+- ["sage/libs/fes.pyx"],
+- language = "c",
+- libraries = ['fes'],
+- package = 'fes'),
+-
+ Extension('sage.libs.flint.flint',
+ sources = ["sage/libs/flint/flint.pyx"],
+ extra_compile_args = ["-D_XPG6"]),
--- src/sage/misc/package.py.orig 2014-11-23 15:58:13.000000000 +0100
+++ src/sage/misc/package.py 2015-01-22 20:32:25.651383902 +0100
@@ -336,7 +336,7 @@