-
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
BLAS/LAPACK calls in R 4.2.0 #447
Labels
Comments
gavinsimpson
added a commit
to gavinsimpson/vegan
that referenced
this issue
Mar 1, 2022
…al changes we need to make to fortran calls from 4.2 as per vegandevs#447
gavinsimpson
added a commit
to gavinsimpson/vegan
that referenced
this issue
Mar 1, 2022
…hile maintaining ability to run on R >= 3.4.0 even though USE_FC_LEN_T only appeard in 3.6.2
PR #496 provides a(n attempted) fix for this, which if accepted/merged, can be ported to the 2.5 branch if we don't have a vegan release before R 4.2 is released |
gavinsimpson
added a commit
that referenced
this issue
Mar 9, 2022
Changes to address upcoming problem of #447 and USE_FC_LEN_T
This is now handled via 413f8df |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brian Ripley wrote on 25 Sep 2021:
This seems not have happened yet on 23 Nov 2021, but we must be prepared, and therefore I added this reminder as an issue.
We have direct calls (
F77_CALL()
) to LAPACK/BLAS functions ingetF.c
.The text was updated successfully, but these errors were encountered: