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

Fix cross building by using test -f instead of AC_CHECK_FILE #14

Merged
merged 1 commit into from May 26, 2020

Conversation

d-torrance
Copy link
Member

From Debian bug #929037 [1], reported by Helmut Grohne helmut@subdivi.de:

mathicgb fails to cross build from source, because it abuses
AC_CHECK_FILE to discover source files on the build machine. The macro
is meant to check for files on the host. Please use simple "test -f"
here. The attached patch makes mathicgb cross buildable. Please consider
applying it.

Helmut

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929037

From Debian bug #929037 [1], reported by Helmut Grohne <helmut@subdivi.de>:

  mathicgb fails to cross build from source, because it abuses
  AC_CHECK_FILE to discover source files on the build machine. The macro
  is meant to check for files on the host. Please use simple "test -f"
  here. The attached patch makes mathicgb cross buildable. Please consider
  applying it.

  Helmut

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929037
@mikestillman mikestillman merged commit 0d70da7 into Macaulay2:master May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants