Skip to content

Commit

Permalink
Fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
EricaCMitchell committed Aug 21, 2024
1 parent d46cc13 commit 65a99ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=61.0"]
requires = ["setuptools>=61.0", "setuptools-git-versioning"]
build-backend = "setuptools.build_meta"

# Self-descriptive entries which should always be present
Expand Down
2 changes: 1 addition & 1 deletion quax/integrals/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ I1 := $(LIBINT_PREFIX)/include
I2 := $(LIBINT_PREFIX)/include/libint2
L1 := $(LIBINT_PREFIX)/lib
# Eigen headers location
I3 := $(CONDA_PREFIX)/eigen3
I3 := $(CONDA_PREFIX)/include/eigen3
# HDF5 headers, static and shared libraries
I6 := $(CONDA_PREFIX)/include
L2 := $(CONDA_PREFIX)/lib
Expand Down

0 comments on commit 65a99ea

Please sign in to comment.