Skip to content

Commit

Permalink
Merge pull request #27 from saraedum/readme-docs
Browse files Browse the repository at this point in the history
Link to documentation in README
  • Loading branch information
saraedum authored Nov 13, 2023
2 parents 85c52c3 + 1fc2482 commit eb4c0dc
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
asv:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
conda-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
codecov:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with: { submodules: recursive, fetch-depth: 0 }
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
build-manual:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with: { submodules: recursive }
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
clang-format:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
test-gmpxxll:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
target:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ A header only library that adds long long functions to GMP's C++ interface.

What you're looking for is in [`gmpxxll/`](./gmpxxll).

Consult the [documentation](https://flatsurf.github.io/gmpxxll) for usage details.

This repository exists so we could share the code between the various projects in the flatsurf project that almost all needed this functionality at some point.

This set of functions is certainly not complete and could likely be improved. Pull Requests are always welcome.
Expand Down
4 changes: 2 additions & 2 deletions asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"automake": [],
"benchmark==1.5.0": [],
"ccache": [],
"cppasv": [],
"flatsurf::cppasv": [],
"cxx-compiler": [],
"gmp": [],
"libtool": [],
"make": []
},
"conda_channels": ["flatsurf", "conda-forge", "default"],
"conda_channels": ["conda-forge"],
"build_command": [
"autoreconf -ivf",
"/bin/sh configure CXX='ccache c++' --without-doc",
Expand Down
1 change: 0 additions & 1 deletion doc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
name: doc-eantic-build
channels:
- conda-forge
- defaults
dependencies:
- saraedum::standardese>=0.6.0
- mkdocs>=1.1.0
Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
name: gmpxxll-build
channels:
- conda-forge
- defaults
dependencies:
- automake
- benchmark
Expand Down
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ requirements:
build:
- libtool
- automake
- make
- coreutils
- {{ compiler('cxx') }}
host:
Expand Down

0 comments on commit eb4c0dc

Please sign in to comment.