FS#71771 - [openmpi] option `staticlibs` provided but do not build static libraries

Attached to Project: Arch Linux
Opened by 陈浩南 (chn) - Sunday, 08 August 2021, 15:49 GMT
Last edited by David Runge (dvzrv) - Friday, 24 February 2023, 14:29 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To David Runge (dvzrv)
Levente Polyak (anthraxx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

in PKGBUILD, `options=('staticlibs')` is specified, but static libraries is not been built at all. To build static libraries, `--enable-static` should be added to `./configure` in `build()`:

```
--enable-builtin-atomics \
--enable-mpi-cxx \
+ --enable-static \
--with-valgrind \
--enable-memchecker \
```

This task depends upon

Closed by  David Runge (dvzrv)
Friday, 24 February 2023, 14:29 GMT
Reason for closing:  Won't fix
Additional comments about closing:  The staticlibs option has been removed.
Comment by David Runge (dvzrv) - Sunday, 01 May 2022, 12:52 GMT
@chn: Thanks for the report.

Another question would be: Do we have any packages that would actually require the static libs?
I'd rather remove the option in the meantime.

Loading...