spack/var/spack/repos/builtin/packages/geopm-runtime
Harmen Stoppels 8fa65b286c
fix various pkgs depending on libtool only (#46299)
autotools packages with a configure script should generate the libtool
executable, there's no point in `depends_on("libtool", type="build")`.

the libtool executable in `<libtool prefix>/bin/libtool` is configured
for the wrong toolchain (libtools %compiler instead of the package's
%compiler).

Some package link to `libltdl.so`, which is fine, but had a wrong
dependency type.
2024-09-12 14:05:50 +02:00
..
package.py fix various pkgs depending on libtool only (#46299) 2024-09-12 14:05:50 +02:00