Skip to content

Commit

Permalink
Trac #29672: spkg-configure.m4 for palp
Browse files Browse the repository at this point in the history
it should be easy - it's a stable package, with just binary executables
and data.

In debian it is called `palp`

URL: https://trac.sagemath.org/29672
Reported by: dimpase
Ticket author(s): Dima Pasechnik
Reviewer(s): Michael Orlitzky
  • Loading branch information
Release Manager committed Jun 21, 2020
2 parents ec44755 + 926c9f3 commit 7038053
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/pkgs/palp/distros/arch.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
palp
1 change: 1 addition & 0 deletions build/pkgs/palp/distros/conda.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
palp
1 change: 1 addition & 0 deletions build/pkgs/palp/distros/debian.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
palp
1 change: 1 addition & 0 deletions build/pkgs/palp/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
palp
10 changes: 10 additions & 0 deletions build/pkgs/palp/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
SAGE_SPKG_CONFIGURE([palp], [
m4_foreach([palpprog], [[poly], [class], [nef], [cws]], [
AC_PATH_PROG(PALP[]palpprog, [palpprog.x])
AS_IF([test "x$PALP[]palpprog" = "x"], [sage_spkg_install_palp=yes])
m4_foreach([suff], [4, 5, 6, 11], [
AC_PATH_PROG(PALP[]palpprog[]suff, [palpprog[-]suff[d.x]])
AS_IF([test "x$PALP[]palpprog[]suff" = "x"], [sage_spkg_install_palp=yes])
])
])
])

0 comments on commit 7038053

Please sign in to comment.