Skip to content

Commit

Permalink
fricas: new, 1.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
BenderBlog committed Jan 19, 2025
1 parent 49bd334 commit 08fd7d8
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app-scientific/fricas/autobuild/defines
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
PKGNAME=fricas
PKGSEC=math
PKGDEP="gawk x11-lib ecl"
PKGSUG="texlive"
PKGDES="An advanced computer algebra system"

AUTOTOOLS_AFTER=" --prefix=/usr --with-lisp=/usr/bin/ecl"
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Fricas
Keywords=computer algebra system;CAS;
Keywords[zh_CN]=计算机代数系统;CAS;
Comment=Fricas Computer Algebra System
Comment[zh_CN]=Fricas 计算机代数系统
Exec=fricas
Icon=fricas
Terminal=true
Type=Application
Categories=Education;Math;
5 changes: 5 additions & 0 deletions app-scientific/fricas/autobuild/prepare
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CFLAGS+=" -Wno-incompatible-pointer-types"
sed -e "s|^CCF=.*|CCF=$CFLAGS|" -i $SRCDIR/configure -i $SRCDIR/config/var-def.mk
sed -e "s|^LDF=.*|LDF=$LDFLAGS|" -i $SRCDIR/configure -i $SRCDIR/config/var-def.mk
sed -e "s|^FRICAS_X11_LDFLAGS = |FRICAS_X11_LDFLAGS = $LDFLAGS |" -i $SRCDIR/config/var-def.mk
sed -e "s|\$(fricas_c_runtime_extra)| \$(fricas_c_runtime_extra) \$(LDF)|g" -i $SRCDIR/src/lib/Makefile.in
4 changes: 4 additions & 0 deletions app-scientific/fricas/spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
VER=1.3.11
SRCS="tbl::https://github.com/fricas/fricas/releases/download/$VER/fricas-$VER-full.tar.bz2"
CHKSUMS="sha256::32b87461ef079659e97247ad0a771ec8cf0d5a0f934788d67d37fb7acf63f9c4"
CHKUPDATE="anitya::id=376467"

0 comments on commit 08fd7d8

Please sign in to comment.