Robust baseclass (#4154) #153
Annotations
1 error and 3 warnings
test-dqc (ubuntu-latest, 3.8)
The process '/home/runner/miniconda3/condabin/conda' failed with exit code 1
|
test-dqc (ubuntu-latest, 3.8)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-dqc (ubuntu-latest, 3.8)
/home/runner/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
test-dqc (ubuntu-latest, 3.8)
Pip subprocess error:
Running command git clone --filter=blob:none --quiet https://github.com/diffqc/dqc.git /tmp/pip-req-build-x4jwvlqo
Running command git submodule update --init --recursive -q
WARNING: The candidate selected for download or install is a yanked version: 'types-pkg-resources' candidate (version 0.1.0 at https://files.pythonhosted.org/packages/45/f1/27ccc700c598075ff2507c078a83f173154248b73bde31cbce21ff991006/types_pkg_resources-0.1.0-py2.py3-none-any.whl (from https://pypi.org/simple/types-pkg-resources/))
Reason for being yanked: Use types-setuptools instead
error: subprocess-exited-with-error
× Building wheel for pyscf-forge (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [48 lines of output]
running bdist_wheel
running build
running build_py
cmake -S/tmp/pip-install-1elx24ot/pyscf-forge_1a731cf373574573859f6ac1c3ea26c0/pyscf/lib -Bbuild/temp.linux-x86_64
-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test COMPILER_SUPPORTS_SSE3
-- Performing Test COMPILER_SUPPORTS_SSE3 - Success
-- Looking for sgemm_
-- Looking for sgemm_ - not found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Found BLAS: /usr/lib/x86_64-linux-gnu/libblas.so
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- Include pyscf source dir: /tmp/pip-build-env-5djsyvya/overlay/lib/python3.8/site-packages/pyscf
-- /tmp/pip-build-env-5djsyvya/overlay/lib/python3.8/site-packages/pyscf/lib may need to be put in the environment LD_LIBRARY_PATH
-- Configuring done (1.3s)
CMake Error at CMakeLists.txt:116 (add_library):
Cannot find source file:
../mcpdft/nr_numint.c
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
.ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
.f95 .f03 .hip .ispc
CMake Error at CMakeLists.txt:116 (add_library):
No SOURCES given to target: clib_pdft
CMake Generate step failed. Build files cannot be regenerated correctly.
error: command '/tmp/pip-build-env-5djsyvya/overlay/bin/cmake' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyscf-forge
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (pyscf-forge)
CondaEnvException: Pip failed
|