gmake: Fix too many levels of symbolic links error (#35224)

* gedit: Fix too many levels of symlinks error

* Fix package formatting with black
This commit is contained in:
Alec Scott 2023-01-29 13:00:35 -08:00 committed by GitHub
parent 9f5d9266e6
commit f576b4b6c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,9 @@ class Gmake(AutotoolsPackage, GNUMirrorPackage):
when="@:4.2.1",
)
# Avoid symlinking GNUMakefile to GNUMakefile
build_directory = "spack-build"
# See https://savannah.gnu.org/bugs/?57962
patch("findprog-in-ignore-directories.patch", when="@4.3")