Skip to content

Commit

Permalink
fricas: enable sbcl build for arm64 and ppc64el
Browse files Browse the repository at this point in the history
  • Loading branch information
BenderBlog committed Feb 14, 2025
1 parent e5daf9c commit 297cbe3
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions app-scientific/fricas/autobuild/defines
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ PKGSEC=math
# Note: x11-lib is used in the HyperDoc.
PKGDEP__SBCL="gawk x11-lib sbcl"
PKGDEP__ECL="gawk x11-lib ecl"

PKGDEP__AMD64="$PKGDEP__SBCL"
PKGDEP__PPC64EL="$PKGDEP__SBCL"
PKGDEP__ARM64="$PKGDEP__SBCL"

# FIXME: Continue out of heap while build with sbcl on PPC64EL and ARM64
#PKGDEP__PPC64EL="$PKGDEP__SBCL"
#PKGDEP__ARM64="$PKGDEP__SBCL"
PKGDEP="$PKGDEP__ECL"

# Note: Ref. https://fricas.github.io/install.html#latex-optional
Expand Down Expand Up @@ -40,10 +40,8 @@ AUTOTOOLS_AFTER__SBCL=(
--enable-gmp
)
AUTOTOOLS_AFTER__AMD64=("${AUTOTOOLS_AFTER__SBCL[@]}")

# FIXME: Continue out of heap while build with sbcl on PPC64EL and ARM64
#AUTOTOOLS_AFTER__ARM64="$AUTOTOOLS_AFTER__SBCL"
#AUTOTOOLS_AFTER__PPC64EL="$AUTOTOOLS_AFTER__SBCL"
AUTOTOOLS_AFTER__ARM64=("${AUTOTOOLS_AFTER__SBCL[@]}")
AUTOTOOLS_AFTER__PPC64EL=("${AUTOTOOLS_AFTER__SBCL[@]}")
AUTOTOOLS_AFTER=("${AUTOTOOLS_AFTER__ECL[@]}")

# Note: Else sbcl version of the software will not run,
Expand Down

0 comments on commit 297cbe3

Please sign in to comment.