File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -88,15 +88,22 @@ Then, you can vendor our file into that folder:
88
88
pipx run f2py-cmake vendor cmake
89
89
```
90
90
91
+ ## Acknowledgements
92
+
93
+ Support for this work was provided by NSF grant [ OAC-2209877] [ ] . Any opinions,
94
+ findings, and conclusions or recommendations expressed in this material are
95
+ those of the author(s) and do not necessarily reflect the views of the National
96
+ Science Foundation.
97
+
91
98
<!-- prettier-ignore-start -->
92
99
[ actions-badge ] : https://github.com/scikit-build/f2py-cmake/workflows/CI/badge.svg
93
100
[ actions-link ] : https://github.com/scikit-build/f2py-cmake/actions
94
101
[ github-discussions-badge ] : https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
95
102
[ github-discussions-link ] : https://github.com/scikit-build/f2py-cmake/discussions
103
+ [ oac-2209877 ] : https://www.nsf.gov/awardsearch/showAward?AWD_ID=2209877&HistoricalAwards=false
96
104
[ pypi-link ] : https://pypi.org/project/f2py-cmake/
97
105
[ pypi-platforms ] : https://img.shields.io/pypi/pyversions/f2py-cmake
98
106
[ pypi-version ] : https://img.shields.io/pypi/v/f2py-cmake
99
107
[ rtd-badge ] : https://readthedocs.org/projects/f2py-cmake/badge/?version=latest
100
108
[ rtd-link ] : https://f2py-cmake.readthedocs.io/en/latest/?badge=latest
101
-
102
109
<!-- prettier-ignore-end -->
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2024, Henry Schreiner
2
+ # Developed under NSF AWARD OAC-2209877 and by the respective contributors.
3
+ # All rights reserved.
4
+ #
1
5
# SPDX-License-Identifier: Apache-2.0
2
6
3
7
if (CMAKE_VERSION VERSION_LESS 3.17 )
You can’t perform that action at this time.
0 commit comments