File tree Expand file tree Collapse file tree 5 files changed +7
-34
lines changed Expand file tree Collapse file tree 5 files changed +7
-34
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ install_compiled_pkg()
92
92
#
93
93
# These packages have an old ./configure that take the GAP_ROOT as a positional
94
94
# argument
95
- for pkg in cohomolo crypting grape orb datastructures
95
+ for pkg in cohomolo crypting grape guava orb datastructures
96
96
do
97
97
echo "Building GAP package $pkg"
98
98
CFLAGS="$CFLAGS -Wno-implicit-function-declaration"
104
104
cd "$PKG_SRC_DIR"
105
105
done
106
106
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
-
115
107
# These packages have a new-style autoconf ./configure
116
108
# that takes --with-gaproot
117
109
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
tarball =symengine-VERSION.tar.gz
2
- sha1 =e53aa2677bcad5a5dc075a94d4a4f9ef95b5fe07
3
- sha256 =11c5f64e9eec998152437f288b8429ec001168277d55f3f5f1df78e3cf129707
2
+ sha1 =2dfee07108509963f3dbe3d9cad9de76d85e551f
3
+ sha256 =f6972acd6a65354f6414e69460d2e175729470632bdac05919bc2f7f32e48cbd
4
4
upstream_url =https://github.com/symengine/symengine/releases/download/vVERSION/symengine-VERSION.tar.gz
Original file line number Diff line number Diff line change 1
- 0.14.0
1
+ 0.11.2
Original file line number Diff line number Diff line change @@ -198,13 +198,16 @@ def pytest_collect_file(
198
198
# This is an executable file.
199
199
return IgnoreCollector .from_parent (parent )
200
200
201
+ < << << << HEAD
201
202
< << << << HEAD
202
203
== == == =
203
204
if file_path .name == "conftest_inputtest.py" :
204
205
# This is an input file for testing the doctest machinery (and contains broken doctests).
205
206
return IgnoreCollector .from_parent (parent )
206
207
207
208
> >> >> >> 96245 a0e185 (conftest .py )
209
+ == == == =
210
+ >> >> >> > 8705 d5701a7 (40519 new )
208
211
if (
209
212
(
210
213
file_path .name == "finite_dimensional_lie_algebras_with_basis.py"
You can’t perform that action at this time.
0 commit comments