Revert "ipopt: Add condition for 'aarch64' to Ipopt/config.guess (#13499)" (#19341)

This reverts commit e7f574aad5.
This commit is contained in:
Massimiliano Culpo 2020-10-19 05:59:18 +02:00 committed by GitHub
parent ea7273a93e
commit 104eee7a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 13 deletions

View File

@ -1,12 +0,0 @@
--- spack-src/Ipopt/config.guess.org 2019-10-30 13:52:51.920159919 +0900
+++ spack-src/Ipopt/config.guess 2019-10-30 13:55:27.956506585 +0900
@@ -835,6 +835,9 @@
arm*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit ;;
+ aarch64:Linux:*:*)
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
+ exit ;;
avr32*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit ;;

View File

@ -39,7 +39,6 @@ class Ipopt(AutotoolsPackage):
depends_on('metis@4.0:', when='+metis')
patch('ipopt_ppc_build.patch', when='arch=ppc64le')
patch('ipopt_aarch64_build.patch', when='arch=aarch64')
flag_handler = build_system_flags
build_directory = 'spack-build'