Robert Maynard
ea6b29a367
NVHPC: Add support for 25.07 no-pie option
2025-06-09 14:36:07 -04:00
Kitware Robot
1772622772
LICENSE: Replace references to Copyright.txt with LICENSE.rst
...
```
git grep -lz 'Copyright.txt or https://cmake.org/licensing ' |
while IFS= read -r -d $'\0' f ; do
sed -i '/Copyright.txt or https:\/\/cmake.org\/licensing / {
s/Copyright.txt/LICENSE.rst/
}' "$f" ; done
```
2025-03-03 10:43:35 -05:00
Robert Maynard
52dc49deb9
NVHPC: Enable PIE support on linux
2022-08-15 13:39:30 -04:00
Tin Huynh
83ea49818f
NVHPC: Add support for NVIDIA HPC SDK compilers based on PGI
...
Identify the compilers as `NVHPC` to distinguish it from the older PGI
compilers from which they evolved, and from other `NVIDIA` compilers.
Fixes : #20887
2021-01-27 09:53:02 -05:00