-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump to v2.3.1 throughout, as per devnotes
- Loading branch information
Showing
8 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,13 +51,13 @@ Then add the following to your ``CMakeLists.txt``: | |
.. code-block:: cmake | ||
# short version | ||
CPMAddPackage("gh:flatironinstitute/[email protected].0") | ||
CPMAddPackage("gh:flatironinstitute/[email protected].1") | ||
# alternative in case custom options are needed | ||
CPMAddPackage( | ||
NAME Finufft | ||
GIT_REPOSITORY https://github.com/flatironinstitute/finufft.git | ||
GIT_TAG 2.3.0 | ||
GIT_TAG 2.3.1 | ||
GIT_SHALLOW Yes | ||
GIT_PROGRESS Yes | ||
EXCLUDE_FROM_ALL Yes | ||
|
@@ -79,7 +79,7 @@ Add the following to your ``CMakeLists.txt``: | |
FetchContent_Declare( | ||
finufft | ||
GIT_REPOSITORY https://github.com/flatironinstitute/finufft.git | ||
GIT_TAG 2.3.0 | ||
GIT_TAG 2.3.1 | ||
) | ||
# Make the content available | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
"nufft3d1", "nufft3d2", | ||
"Plan"] | ||
|
||
__version__ = '2.3.0' | ||
__version__ = '2.3.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters