Skip to content

Commit 186c915

Browse files
authored
Make minor fixes in export tests (#37)
1 parent 3036311 commit 186c915

File tree

16 files changed

+37
-161
lines changed

16 files changed

+37
-161
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Basic project definition #
1010
]=================================================================================================]
1111

12-
cmake_minimum_required(VERSION 3.22...3.28)
12+
cmake_minimum_required(VERSION 3.22...3.31)
1313

1414
list(APPEND CMAKE_MESSAGE_CONTEXT Fortuno)
1515

File renamed without changes.

README.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,11 @@ your system and use the installed version during the build. This can be useful
175175
for avoiding repeated downloads as well as for using Fortuno with other build
176176
systems (e.g. Make).
177177

178-
To install Fortuno, you must follow the standard CMake workflow:
178+
179+
Installing from source
180+
.......................
181+
182+
To install Fortuno from the downloaded source, you must follow the standard CMake workflow:
179183

180184
* Review the ``config.cmake`` file for variables that allow you to customize the
181185
build.
@@ -197,8 +201,12 @@ To install Fortuno, you must follow the standard CMake workflow:
197201

198202
cmake --install build
199203

204+
205+
Using the installed library
206+
...........................
207+
200208
How you integrate the installed Fortuno library into your project depends on the
201-
build system you are using:
209+
build system you are using for your project:
202210

203211
* **CMake**: Follow the CMake instructions outlined earlier. Ensure the
204212
``CMAKE_PREFIX_PATH`` environment variable includes Fortuno's installation
@@ -417,7 +425,7 @@ consider opening a pull request to update this table.
417425
License
418426
=======
419427

420-
Fortuno is licensed under the `BSD-2-Clause Plus Patent License <LICENSE>`_.
428+
Fortuno is licensed under the `BSD-2-Clause Plus Patent License <LICENSE.txt>`_.
421429
This `OSI-approved <https://opensource.org/licenses/BSDplusPatent>`_ license
422430
combines the 2-clause BSD license with an explicit patent grant from
423431
contributors. The SPDX license identifier for this project is

devel/fpm-repo/coarray/addons/LICENSE

Lines changed: 0 additions & 47 deletions
This file was deleted.

devel/fpm-repo/coarray/repo.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LICENSE
1+
LICENSE.txt
22
include/
33
include/fortuno_coarray.fpp
44
src/

devel/fpm-repo/common/addons/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ visit the `Fortuno repository <https://github.com/fortuno-repos/fortuno>`_.
5757
License
5858
=======
5959

60-
Fortuno is licensed under the `BSD-2-Clause Plus Patent License <LICENSE>`_.
60+
Fortuno is licensed under the `BSD-2-Clause Plus Patent License <LICENSE.txt>`_.
6161
This `OSI-approved <https://opensource.org/licenses/BSDplusPatent>`_ license
6262
combines the 2-clause BSD license with an explicit patent grant from
6363
contributors. The SPDX license identifier for this project is

devel/fpm-repo/mpi/addons/LICENSE

Lines changed: 0 additions & 47 deletions
This file was deleted.

devel/fpm-repo/mpi/repo.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LICENSE
1+
LICENSE.txt
22
include/
33
include/fortuno_mpi.fpp
44
src/

devel/fpm-repo/serial/addons/LICENSE

Lines changed: 0 additions & 47 deletions
This file was deleted.

devel/fpm-repo/serial/repo.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LICENSE
1+
LICENSE.txt
22
include/
33
include/fortuno_serial.fpp
44
src/

0 commit comments

Comments
 (0)