Skip to content

Commit

Permalink
update to v6.7. – trial no. 1
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
marcelmbn committed Nov 21, 2024
1 parent f66ed39 commit 910bc96
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/xtb.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Xtb < Formula
desc "Semiemprical extended tight-binding program package"
homepage "https://xtb-docs.readthedocs.io"
url "https://github.com/grimme-lab/xtb/releases/download/v6.6.1/xtb-6.6.1-source.tar.xz"
sha256 "de0b8d4515f3c878456d9f0f83d4922a55f2b4cbb9c56fe68df559ecd284ff86"
url "https://github.com/grimme-lab/xtb/archive/refs/tags/v6.7.1.tar.gz"
sha256 "52506a689147cdb4695bf1c666158b6d6d6b31726fecaa5bf53af7f4e3f3d20d"
license "LGPL-3.0-or-later"

bottle do
Expand Down Expand Up @@ -30,9 +30,9 @@ def install
ENV.fortran
meson_args = std_meson_args
meson_args << "-Dlapack=openblas"
meson_args << "-Dtblite=disabled"
meson_args << "-Dbuild_name=homebrew"
meson_args << "-Dxtb:fortran_link_args=-Wl,-stack_size,0x1000000" if OS.mac?
# meson_args << "-Dtblite=disabled"
# meson_args << "-Dbuild_name=homebrew"
# meson_args << "-Dxtb:fortran_link_args=-Wl,-stack_size,0x1000000" if OS.mac?
system "meson", "setup", "_build", *meson_args
system "meson", "compile", "-C", "_build"
system "meson", "test", "-C", "_build", "--no-rebuild", "--num-processes", "1"
Expand Down

0 comments on commit 910bc96

Please sign in to comment.