-
### Steps to reproduce the issue
```console
$ spack spec -I
Concretized …
-
### What is your question?
So I have a Win64 build with `clang` set as a compiler and I try to build `mpg123` which uses Autotools to configure itself. The build fails because Autotools receive `-M…
-
**Describe the bug**
I have a project that I have just been using `lorri` for. I would like to migrate that project over to using devenv.
**To Reproduce**
The project is an Elixir/Erlang projec…
-
Spack and autotools don't play nice when it comes to debug and
optimization flags.
I remember when I first started writing spack packages, I wanted the
recipes to respect cflags. That is, I shou…
-
On 2023-Jul-10, autotools are dropped by a [commit](https://github.com/google/brotli/commit/d1fadddc940a23de3fad34c02879d7cfa6f86460). It seems that the current developers suggest to use CMake.
It is…
-
Remove autotools files after the first successful release of a RPM package with Meson (see #269).
-
### Steps to reproduce
```
spack install spiral-software%gcc@12.3.0 #Assume the hash is d4cc
spack install fftx^/d44c
```
I was having issues with the spiral-software dependency for fftx so I bui…
-
Over at [https://github.com/rmyorston/busybox-w32/issues/297](https://github.com/rmyorston/busybox-w32/issues/297) we've been working on getting stuff that uses a `configure` script to build with w64d…
-
Using autotools to build neb2amqp would be great.
It would allow for example :
```
$ ./configure --with-nagios3
$ make
```
or
```
$ ./configure --with-nagios4
$ make
```
-
We should use standard tools for configuring/installing MFAToolkit.
Right now to compile MFAToolkit from a locally installed glpk, here are the commands:
```
INC="-I/homes/pfrybar/public_html/msdist…