Skip to content

Commit

Permalink
Update meson version to 1.2.0 in continuous release (crest-lab#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
pprcht authored Jan 20, 2024
2 parents c54b4ac + b60f866 commit fafd635
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
printenv >> $GITHUB_ENV
- name: Install meson
run: pip3 install meson==0.63.3 ninja
run: pip3 install meson==1.2.0 ninja

- name: Git Sumbodules (including tblite patch)
run: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ github_bin/
build_majestix
build_commands
_build*
_dist*
src/crest
bin/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
[![Github Downloads All Releases](https://img.shields.io/github/downloads/crest-lab/crest/total)](https://github.com/crest-lab/crest/releases)

CREST (originally abbreviated from ***C***onformer-***R***otamer ***E***nsemble ***S***ampling ***T***ool) is a program for the automated exploration of the low-energy molecular chemical space.
It functions as an OMP scheduler for calculations at with efficient force-field and semiempirical quantum mechanical methods such as xTB, and provides
It functions as an OMP scheduler for calculations with efficient force-field and semiempirical quantum mechanical methods such as xTB, and provides
a variety capabilities for creation and analysis of structure ensembles.

<div align="center">
<img src="./assets/newtoc.png" alt="CREST" width="700">
<img src="./assets/newtoc.png" alt="CREST" width="750">
</div>

---
Expand Down

0 comments on commit fafd635

Please sign in to comment.