Skip to content

Commit 5d63511

Browse files
committed
cleanup
1 parent de2ec24 commit 5d63511

File tree

6 files changed

+6
-64
lines changed

6 files changed

+6
-64
lines changed

+stdlib/+sys/find_fortran_compiler.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
end
1717

1818
% stops upon finding first working Fortran compiler
19-
FCs = ["gfortran", "ifort", "flang", "nvfortran", "nagfor", ...
19+
FCs = ["gfortran", "ifx", "ifort", "flang", "nvfortran", "nagfor", ...
2020
"ftn", ... % Cray
2121
"xlf2008", ... % IBM XL
2222
"f95", ... % Absoft

.archive/.travis.yml

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

.archive/azure-pipelines.yml

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

.archive/ci.yml

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

Readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ TestAll
3131
import stdlib.hdf5nc.*
3232
```
3333

34-
3534
Matlab R2021a uses HDF5 1.8.12.
3635

3736
```matlab

codemeta.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
33
"@type": "SoftwareSourceCode",
44
"license": "https://spdx.org/licenses/BSD-3-Clause",
5-
"codeRepository": "https://github.com/geospace-code/matlab-hdf5",
6-
"contIntegration": "https://github.com/geospace-code/matlab-hdf5/actions",
5+
"codeRepository": "https://github.com/geospace-code/matlab-stdlib",
6+
"contIntegration": "https://github.com/geospace-code/matlab-stdlib/actions",
77
"dateModified": "2020-08-14",
8-
"downloadUrl": "https://github.com/geospace-code/matlab-hdf5/releases",
9-
"issueTracker": "https://github.com/geospace-code/matlab-hdf5/issues",
10-
"name": "matlab-hdf5",
8+
"downloadUrl": "https://github.com/geospace-code/matlab-stdlib/releases",
9+
"issueTracker": "https://github.com/geospace-code/matlab-stdlib/issues",
10+
"name": "matlab-stdlib",
1111
"version": "2.0.0",
1212
"identifier": "10.5281/zenodo.3964541",
1313
"description": "HDF5 / NetCDF4 functions that should be included in Matlab.",

0 commit comments

Comments
 (0)