Skip to content

Commit 7731137

Browse files
GMS103dimpase
authored andcommitted
40519 new
1 parent c64c191 commit 7731137

File tree

5 files changed

+7
-34
lines changed

5 files changed

+7
-34
lines changed

build/pkgs/gap_packages/spkg-install.in

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ install_compiled_pkg()
9292
#
9393
# These packages have an old ./configure that take the GAP_ROOT as a positional
9494
# argument
95-
for pkg in cohomolo crypting grape orb datastructures
95+
for pkg in cohomolo crypting grape guava orb datastructures
9696
do
9797
echo "Building GAP package $pkg"
9898
CFLAGS="$CFLAGS -Wno-implicit-function-declaration"
@@ -104,14 +104,6 @@ do
104104
cd "$PKG_SRC_DIR"
105105
done
106106

107-
echo "Building GAP package guava"
108-
export CFLAGS="-std=gnu17 $CFLAGS -Wno-implicit-function-declaration"
109-
cd "$PKG_SRC_DIR/guava"
110-
./configure "$GAP_ROOT"
111-
sdh_make
112-
install_compiled_pkg "guava"
113-
cd "$PKG_SRC_DIR"
114-
115107
# These packages have a new-style autoconf ./configure
116108
# that takes --with-gaproot
117109

build/pkgs/qhull/patches/qhull_cmake.patch

Lines changed: 0 additions & 22 deletions
This file was deleted.

build/pkgs/symengine/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=symengine-VERSION.tar.gz
2-
sha1=e53aa2677bcad5a5dc075a94d4a4f9ef95b5fe07
3-
sha256=11c5f64e9eec998152437f288b8429ec001168277d55f3f5f1df78e3cf129707
2+
sha1=2dfee07108509963f3dbe3d9cad9de76d85e551f
3+
sha256=f6972acd6a65354f6414e69460d2e175729470632bdac05919bc2f7f32e48cbd
44
upstream_url=https://github.com/symengine/symengine/releases/download/vVERSION/symengine-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.0
1+
0.11.2

conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,16 @@ def pytest_collect_file(
198198
# This is an executable file.
199199
return IgnoreCollector.from_parent(parent)
200200

201+
<<<<<<< HEAD
201202
<<<<<<< HEAD
202203
=======
203204
if file_path.name == "conftest_inputtest.py":
204205
# This is an input file for testing the doctest machinery (and contains broken doctests).
205206
return IgnoreCollector.from_parent(parent)
206207

207208
>>>>>>> 96245a0e185 (conftest.py)
209+
=======
210+
>>>>>>> 8705d5701a7 (40519 new)
208211
if (
209212
(
210213
file_path.name == "finite_dimensional_lie_algebras_with_basis.py"

0 commit comments

Comments
 (0)