Skip to content

Commit

Permalink
Trac #29673: spkg-configure.m4 for sympow
Browse files Browse the repository at this point in the history
this should be easy, just binaries (and possibly data, tbd)

in Debian it's `sympow` and (maybe needed) `sympow-data`

URL: https://trac.sagemath.org/29673
Reported by: dimpase
Ticket author(s): Dima Pasechnik
Reviewer(s): Michael Orlitzky
  • Loading branch information
Release Manager committed May 27, 2020
2 parents 84397a0 + 99ebe04 commit 982d86d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/pkgs/sympow/distros/conda.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sympow
1 change: 1 addition & 0 deletions build/pkgs/sympow/distros/debian.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sympow
1 change: 1 addition & 0 deletions build/pkgs/sympow/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sympow
1 change: 1 addition & 0 deletions build/pkgs/sympow/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sci-mathematics/sympow
4 changes: 4 additions & 0 deletions build/pkgs/sympow/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SAGE_SPKG_CONFIGURE([sympow], [
AC_PATH_PROG([SYMPOW], [sympow])
AS_IF([test -z "$ac_cv_path_SYMPOW"], [sage_spkg_install_sympow=yes])
])

0 comments on commit 982d86d

Please sign in to comment.