diff options
Diffstat (limited to 'science/numsa/files')
| -rw-r--r-- | science/numsa/files/patch-config_CMakeLists.txt | 11 | ||||
| -rw-r--r-- | science/numsa/files/patch-src_numsa_version.f90 | 15 |
2 files changed, 26 insertions, 0 deletions
diff --git a/science/numsa/files/patch-config_CMakeLists.txt b/science/numsa/files/patch-config_CMakeLists.txt new file mode 100644 index 000000000000..918f631e94d1 --- /dev/null +++ b/science/numsa/files/patch-config_CMakeLists.txt @@ -0,0 +1,11 @@ +--- config/CMakeLists.txt.orig 2025-11-02 00:19:55 UTC ++++ config/CMakeLists.txt +@@ -14,7 +14,7 @@ + # You should have received a copy of the GNU Lesser General Public License + # along with numsa. If not, see <https://www.gnu.org/licenses/>. + +-if(NOT DEFINED "${PROJECT_NAME}-dependeny-method") ++if(NOT DEFINED "${PROJECT_NAME}-dependency-method") + set( + "${PROJECT_NAME}-dependency-method" + "subproject" "cmake" "pkgconf" "fetch" diff --git a/science/numsa/files/patch-src_numsa_version.f90 b/science/numsa/files/patch-src_numsa_version.f90 new file mode 100644 index 000000000000..a9771fa34606 --- /dev/null +++ b/science/numsa/files/patch-src_numsa_version.f90 @@ -0,0 +1,15 @@ +--- src/numsa/version.f90.orig 2025-03-12 09:02:29 UTC ++++ src/numsa/version.f90 +@@ -24,10 +24,10 @@ module numsa_version + + + !> String representation of the numsa version +- character(len=*), parameter :: numsa_version_string = "0.1.0" ++ character(len=*), parameter :: numsa_version_string = "0.2.0" + + !> Numeric representation of the numsa version +- integer, parameter :: numsa_version_compact(3) = [0, 1, 0] ++ integer, parameter :: numsa_version_compact(3) = [0, 2, 0] + + + contains |
