Skip to content

Commit 62da6de

Browse files
claudiushaagsanathkeshavIshaanDesai
authored
Conda-package (#39)
* Conda installation hints to README.md Also, refer to conda-forge/staged-recipes#28099 --------- Co-authored-by: Sanath Keshav <sanathkeshav.mysore@gmail.com> Co-authored-by: Ishaan Desai <ishaandesai@gmail.com>
1 parent a4f8cc3 commit 62da6de

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ test/input_files/**/*.json
198198
**/scratch/
199199

200200
# Test microstructure files
201-
!sphere.h5
201+
!sphere32.h5
202202

203203
# Test input files
204204
!test_LinearElastic.json

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Fourier Accelerated Nodal Solvers (FANS) is an FFT-based homogenization solver d
99
- [Dependencies](#dependencies)
1010
- [Building](#building)
1111
- [Installing](#installing)
12-
- [Input file format](#input-file-format)
12+
- [Input File Format](#input-file-format)
1313
- [Examples](#examples)
1414

1515
## Dependencies
@@ -144,6 +144,21 @@ Install FANS (system-wide) using the following options:
144144
apt install packages/fans-dev_<version>_<architecture>.deb
145145
```
146146
147+
### Install using Conda
148+
149+
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/fans/badges/version.svg)](https://anaconda.org/conda-forge/fans)
150+
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/fans/badges/platforms.svg)](https://anaconda.org/conda-forge/fans)
151+
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/fans/badges/downloads.svg)](https://anaconda.org/conda-forge/fans)
152+
153+
FANS is also available as a conda-package on [conda-forge](https://anaconda.org/conda-forge/fans). No dependencies have to be manually installed for it to work.
154+
It can be installed via
155+
156+
```bash
157+
conda install fans
158+
```
159+
160+
exposing the executable `FANS`.
161+
147162
## Input File Format
148163
149164
FANS requires a JSON input file specifying the problem parameters. Example input files can be found in the [`test/input_files`](test/input_files) directory. It is recommended to use these files as a reference to create your own input file.

0 commit comments

Comments
 (0)