Skip to content

Commit f55437d

Browse files
committed
FPM and readme updates
1 parent c45c698 commit f55437d

7 files changed

+12
-15
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,7 @@ bin
3535
install
3636

3737
# mac
38-
.DS_Store
38+
.DS_Store
39+
40+
# tests
41+
/LSQR.LIS

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
![LSQR](media/logo.png)
22
============
33

4-
![Build Status](https://github.com/jacobwilliams/LSQR/actions/workflows/CI.yml/badge.svg)
4+
### Status
5+
[![GitHub release](https://img.shields.io/github/release/jacobwilliams/LSQR.svg)](https://github.com/jacobwilliams/LSQR/releases/latest)
6+
[![CI Status](https://github.com/jacobwilliams/LSQR/actions/workflows/CI.yml/badge.svg)](https://github.com/jacobwilliams/LSQR/actions)
7+
[![codecov](https://codecov.io/gh/jacobwilliams/LSQR/branch/master/graph/badge.svg)](https://codecov.io/gh/jacobwilliams/LSQR)
8+
[![last-commit](https://img.shields.io/github/last-commit/jacobwilliams/LSQR)](https://github.com/jacobwilliams/LSQR/commits/master)
59

610
### Brief Description
711

@@ -68,7 +72,7 @@ lsqr = { git="https://github.com/jacobwilliams/lsqr.git" }
6872

6973
### Documentation
7074

71-
The latest API documentation can be found [here](http://jacobwilliams.github.io/LSQR/). This was generated from the source code using [FORD](https://github.com/Fortran-FOSS-Programmers/ford).
75+
The latest API documentation can be found [here](https://jacobwilliams.github.io/LSQR/). This was generated from the source code using [FORD](https://github.com/Fortran-FOSS-Programmers/ford).
7276

7377
### License
7478

fpm.toml

+2-12
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,10 @@ keywords = ["conjugate-gradient", "sparse", "linear systems", "least-squares"]
99
[build]
1010
auto-executables = false
1111
auto-examples = false
12-
auto-tests = false
12+
auto-tests = true
1313

1414
[library]
1515
source-dir = "src"
1616

1717
[install]
18-
library = true
19-
20-
[[test]]
21-
name = "lsqrtest_ez"
22-
source-dir = "tests"
23-
main = "lsqrtest_ez.f90"
24-
25-
[[test]]
26-
name = "lsqrtest"
27-
source-dir = "tests"
28-
main = "lsqrtest.f90"
18+
library = true

tests/LSQR.LIS test/LSQR.LIS

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)