-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 6.0.1? #106
Comments
+1 |
Thank you for creating a 6.0.1 release! I am on my way to update the openSuse package. Before I close this issue, could you please update the homepage and mention 6.0.1 there? |
Looks like it some issue with 6.0.1 [ 80%] Building C object EXAMPLE/CMakeFiles/citersol.dir/cfgmr.c.o
cd /home/tkloczko/rpmbuild/BUILD/superlu-6.0.1/x86_64-redhat-linux-gnu/EXAMPLE && /usr/bin/gcc -I/home/tkloczko/rpmbuild/BUILD/superlu-6.0.1/x86_64-redhat-linux-gnu/SRC -I/home/tkloczko/rpmbuild/BUILD/superlu-6.0.1/SRC -DUSE_VENDOR_BLAS -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -std=c99 -MD -MT EXAMPLE/CMakeFiles/citersol.dir/cfgmr.c.o -MF CMakeFiles/citersol.dir/cfgmr.c.o.d -o CMakeFiles/citersol.dir/cfgmr.c.o -c /home/tkloczko/rpmbuild/BUILD/superlu-6.0.1/EXAMPLE/cfgmr.c
/home/tkloczko/rpmbuild/BUILD/superlu-6.0.1/EXAMPLE/cfgmr.c: In function ‘cfgmr’:
/home/tkloczko/rpmbuild/BUILD/superlu-6.0.1/EXAMPLE/cfgmr.c:83:16: error: conflicting types for ‘caxpy_’; have ‘int(int *, complex *, complex *, int *, complex *, int *)’
83 | extern int caxpy_(int *, complex *, complex [], int *, complex [], int *);
| ^~~~~~
/home/tkloczko/rpmbuild/BUILD/superlu-6.0.1/EXAMPLE/cfgmr.c:38:13: note: previous declaration of ‘caxpy_’ with type ‘void(int *, complex *, complex *, int *, complex *, int *)’
38 | extern void caxpy_(int *, complex *, complex *, int *, complex *, int *);
| ^~~~~~
make[2]: *** [EXAMPLE/CMakeFiles/citersol.dir/build.make:93: EXAMPLE/CMakeFiles/citersol.dir/cfgmr.c.o] Error 1 |
@kloczek Which BLAS provider are you using? If you intended to use the internal CBLAS provided by SuperLU, have you set |
flexiblas 3.3.1 |
I think the problem might be the specified return type EDIT: see comment below ... |
Double checked Lines 79 to 82 in d6a031c
EDIT: |
I have done these.
Sherry Li
…On Sun, Aug 6, 2023 at 2:48 AM Christoph Grüninger ***@***.***> wrote:
Thank you for creating a 6.0.1 release! I am on my way to update the
openSuse package.
Before I close this issue, could you please update the homepage and
mention 6.0.1 there and update the most recent Doxygen documentation?
—
Reply to this email directly, view it on GitHub
<#106 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACZSV5ZLY5VVYVUSVBH2CPLXT5R7LANCNFSM6AAAAAA2CJLNK4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@xiaoyeli, what do think about releasing the current master as 6.0.1?
The fixed regression #100 would justify the change. Having a proper release would help downstream projects like PETSc.
Further, some of the fixed compiler warnings might be turned into errors with upcoming compiler versions. The improvements to CMake and Doxygen come on top.
The text was updated successfully, but these errors were encountered: