From 77adb0453fe419224f1b164280723a333a6e0049 Mon Sep 17 00:00:00 2001 From: Qiming Sun Date: Wed, 27 Sep 2023 22:48:34 -0700 Subject: [PATCH] Fix CI job --- .github/workflows/ci.yml | 2 +- include/cint.h.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6098900..ac77ec8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,11 +20,11 @@ jobs: env cmake -DWITH_RANGE_COULOMB=1 -DWITH_COULOMB_ERF=1 -DWITH_F12=1 -Bbuild -DKEEP_GOING=1 . cmake --build build + pip install numpy mpmath pyscf - name: Test for rys-roots if: startsWith(matrix.os, 'ubuntu') run: | cd ${{ github.workspace }}/tests - pip install numpy mpmath python test_rys_roots.py - name: Unittest if: startsWith(matrix.os, 'ubuntu') diff --git a/include/cint.h.in b/include/cint.h.in index e75483b..2968dda 100644 --- a/include/cint.h.in +++ b/include/cint.h.in @@ -22,7 +22,7 @@ * Parameters and function prototypes for libcint. */ -#define QCINT_VERSION @qcint_VERSION@ +#define QCINT_VERSION "@qcint_VERSION@" #define CINT_SOVERSION @cint_SOVERSION@ #cmakedefine CACHE_SIZE_I8