Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebase 0000-cross-build-package.patch for GAP 4.12.2 #1

Merged
merged 1 commit into from
Mar 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions recipe/0000-cross-build-package.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
--- bin/BuildPackages.sh.bak 2021-09-15 12:34:45.729535956 -0700
+++ bin/BuildPackages.sh 2021-09-15 12:38:27.348142632 -0700
@@ -179,11 +179,7 @@
--- a/bin/BuildPackages.sh
+++ b/bin/BuildPackages.sh
@@ -194,11 +194,7 @@ run_configure_and_make() {
then
if grep Autoconf ./configure > /dev/null
then
- local PKG_NAME=$($GAP -q -T -A -r <<GAPInput
- local PKG_NAME=$($GAP -q -T -A -M <<GAPInput
-Read("PackageInfo.g");
-Print(GAPInfo.PackageInfoCurrent.PackageName);
-GAPInput
Expand Down