Codebase list glpk-java / deb991c
disable-relax4.patch: new patch, fixes FTBFS Closes: #978311 Sébastien Villemot 3 years ago
2 changed file(s) with 22 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: Disable Relax4 test
1 The corresponding routine in GLPK has been disabled, due to licensing issues.
2 Author: Sébastien Villemot <sebastien@debian.org>
3 Bug-Debian: https://bugs.debian.org/978311
4 Forwarded: no
5 Last-Update: 2021-01-14
6 ---
7 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
8 --- a/swig/Makefile.am
9 +++ b/swig/Makefile.am
10 @@ -93,10 +93,6 @@ check:
11 java -Djava.library.path=../../swig/.libs \
12 -classpath ../../swig/glpk-java.jar:. MinimumCostFlow && \
13 rm mincost.dimacs mincost.lp
14 - cd ../examples/java;$(JAVAC) -source 1.8 -target 1.8 \
15 - -classpath ../../swig/glpk-java.jar Relax4.java
16 - cd ../examples/java;java -Djava.library.path=../../swig/.libs \
17 - -classpath ../../swig/glpk-java.jar:. Relax4 sample.min
18
19 check-swing:
20 cd ../examples/java;$(JAVAC) -source 1.8 -target 1.8 \
00
1 disable-relax4.patch