We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbcd422 commit 05c8030Copy full SHA for 05c8030
var/spack/repos/builtin/packages/swig/package.py
@@ -148,7 +148,7 @@ class AutotoolsBuilder(spack.build_systems.autotools.AutotoolsBuilder):
148
def create_symlink(self):
149
# CMake compatibility: see https://github.com/spack/spack/pull/6240
150
with working_dir(self.prefix.bin):
151
- os.symlink("swig", "swig{0}".format(self.spec.version.up_to(2)))
+ os.symlink("swig", "swig{0}.0".format(self.spec.version.up_to(1)))
152
153
@when(Swig.AUTOCONF_VERSIONS)
154
def autoreconf(self, pkg, spec, prefix):
0 commit comments