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:
parent
9f5d9266e6
commit
f576b4b6c5
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user