Skip to content

Commit 87f0b81

Browse files
committed
bump version for macOS compatibility and conda mac package
1 parent d2d730d commit 87f0b81

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# analisi: your Swiss Army Knife of molecular dynamics analysis
22

3+
4+
[Link to the pdf version of this document](README.pdf)
5+
36
Available on linux's [conda-forge](https://conda-forge.org/#about):
47
```
58
conda config --add channels conda-forge #if not already done
@@ -185,6 +188,7 @@ Features:
185188
- multithreaded
186189
- command line interface has MPI too (for super-heavy calculations)
187190
- command line calculates variance of every quantity and every function (in python you can do it by yourselves with numpy.var )
191+
- jupyter notebook example of the python interface
188192

189193
Calculations:
190194

@@ -204,13 +208,14 @@ Dependencies:
204208

205209
- C++17 compatible compiler (GCC 7+, clang 6+, intel 19.0.1+, [source](https://en.cppreference.com/w/cpp/compiler_support) )
206210
- cmake
207-
- linux (mmap - maybe this dependency can be removed with some additional work)
211+
- linux or macOS (mmap - maybe this dependency can be removed with some additional work)
208212
- FFTW3 (included in the package)
209213
- Eigen3 (included in the package)
210214
- Boost (included in the package)
211215
- Mpi (optional)
212216
- libxdrfile (for gromacs file conversion -- included in the package)
213217
- python (optional)
218+
- x86 architecture: probably the code has issues (because of memory alignment constraints) on arm architecture when reading a binary dump from lammps (at least from 2020 version on). If you don't use binary trajectory created by lammps there is no issue.
214219

215220
## MPI build (why not?)
216221
```

README.pdf

13 Bytes
Binary file not shown.

config.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const static char * _info_msg=
5252
#ifdef XDR_FILE
5353
"\nWith gromacs XDR file conversion support"
5454
#endif
55-
"\nv0.2.1"
55+
"\nv0.3.0"
5656
;
5757

5858

0 commit comments

Comments
 (0)