-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Description
Expected behavior
Should build fine.
Actual behavior
Fails to build.
Where/how to reproduce the problem
- arpack-ng: 3.9.1
- OS: Alpine Linux Edge x86_64
- compiler: gcc (Alpine 13.2.1_git20240309)
- environment: FFLAGS=-fallow-argument-mismatch
- configure:
./configure --prefix=/usr --enable-static --enable-icb --with-blas=openblas64_ --with-lapack=openblas64_ LIBSUFFIX=64_ SYMBOLSUFFIX=_64 INTERFACE64=1
Steps to reproduce the problem
On Alpine Linux Edge x86_64:
apk add build-base openblas-dev autoconf automake gfortran libtool
./bootstrap
./configure \
--prefix=/usr \
--enable-shared \
--enable-static \
--enable-icb \
--with-blas=openblas64_ \
--with-lapack=openblas64_ \
LIBSUFFIX=64_ \
SYMBOLSUFFIX=_64 \
INTERFACE64=1
make
Error message
snaup2.f:462:72:
462 | call scopy(kplusp, bounds, 1, workl(kplusp**2+2*kplusp+1), 1)
| 1
Error: Syntax error in argument list at (1)
See arpack-3.9.1-build.log for full log.
Traces
N/A
Callstack
N/A
Notes, remarks
Non-ILP64 builds fine. ILP64 builds fine for arpack-ng 3.8.0.
Metadata
Metadata
Assignees
Labels
No labels