Replies: 2 comments
-
Dear everyone, Hello, I am writing you about an error I get when installing ROL in firedrake. I am about to start research on shape optimization using fireshape which relies on firedrake and ROL, for this I am following the dicumentation at https://fireshape.readthedocs.io/en/latest/installation.html Fist I install and activate firedrake, then install patchelf and roltrilinos
I have a long error message at the last line when building wheels for ROL with many messages about CMake. I attach the error message bellow. I am programming in VSCode using WSL. If I try to install fireshape after this I get an error saying it doesn't find firedrake and that I must install firedrake and ROL. Thanks for anyone's help.
|
Beta Was this translation helpful? Give feedback.
-
Dear Arselane,
I think the roltrilinos/ROL packages have been broken for some time, unfortunately. However, Angus Gibson has kindly started maintaining an alternative. Can you try
pip3 install --no-cache-dir pyroltrilinos
as described in the README on https://github.com/fireshape/fireshape ?
@alberto: it looks like the readthedocs page has not been updated, do you know why?
Best regards,
Patrick
…On 29/09/2024 15:09, Arselane HADJ SLIMANE wrote:
Dear everyone,
Hello,
I am writing you about an error I get when installing ROL in firedrake. I am about to start research on shape optimization using fireshape which relies on firedrake and ROL, for this I am following the dicumentation at https://fireshape.readthedocs.io/en/latest/installation.html <https://fireshape.readthedocs.io/en/latest/installation.html>
Fist I install and activate firedrake, then install patchelf and roltrilinos
|curl -O https://raw.githubusercontent.com/firedrakeproject/firedrake/master/scripts/firedrake-install python3 firedrake-install source path/to/firedrake/bin/activate sudo apt install patchelf pip3 install --no-cache-dir roltrilinos pip3 install --no-cache-dir ROL |
I have a long error message at the last line when building wheels for ROL with many messages about CMake. I attach the error message bellow. I am programming in VSCode using WSL.
If I try to install fireshape after this I get an error saying it doesn't find firedrake and that I must install firedrake and ROL.
Thanks for anyone's help.
|(firedrake) ***@***.***:~/test$ pip3 install --no-cache-dir ROL Collecting ROL Downloading ROL-0.0.16.tar.gz (8.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.8/8.8 MB 10.4 MB/s eta 0:00:00 Preparing metadata (setup.py) ... done Building wheels for collected packages: ROL Building wheel for ROL (setup.py) ... error error: subprocess-exited-with-error × python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [592 lines of output] running bdist_wheel running build running build_py creating build/lib.linux-x86_64-cpython-310/ROL copying ROL/dolfin_vector.py -> build/lib.linux-x86_64-cpython-310/ROL copying ROL/firedrake_vector.py -> build/lib.linux-x86_64-cpython-310/ROL copying ROL/numpy_vector.py -> build/lib.linux-x86_64-cpython-310/ROL copying ROL/__init__.py -> build/lib.linux-x86_64-cpython-310/ROL running build_ext CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a
future version of CMake. Update the VERSION argument <min> value or use a ...<max> suffix to tell CMake that the project does not need compatibility with older versions. -- 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 -- Checking for Trilinos CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:82: Syntax Warning in cmake code at column 88 Argument not separated from preceding token by whitespace. Call Stack (most recent call first):
/home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Teuchos/TeuchosConfig.cmake:82: Syntax Warning in cmake code at column 123 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosRemainder/TeuchosRemainderConfig.cmake:82: Syntax
Warning in cmake code at column 132 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Teuchos/TeuchosConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosCore/TeuchosCoreConfig.cmake:82: Syntax Warning in cmake code at column 127 Argument not separated from preceding token by whitespace. Call Stack (most recent call first):
/home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosRemainder/TeuchosRemainderConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Teuchos/TeuchosConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosNumerics/TeuchosNumericsConfig.cmake:82: Syntax Warning in cmake code at column 131 Argument not separated from preceding token by whitespace. Call Stack (most recent call first):
/home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Teuchos/TeuchosConfig.cmake:147 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosComm/TeuchosCommConfig.cmake:82: Syntax Warning in cmake code at column 127 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosNumerics/TeuchosNumericsConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Teuchos/TeuchosConfig.cmake:147
(INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosParameterList/TeuchosParameterListConfig.cmake:82: Syntax Warning in cmake code at column 136 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosComm/TeuchosCommConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosNumerics/TeuchosNumericsConfig.cmake:146 (INCLUDE)
/home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Teuchos/TeuchosConfig.cmake:147 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosParser/TeuchosParserConfig.cmake:82: Syntax Warning in cmake code at column 129 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosParameterList/TeuchosParameterListConfig.cmake:146 (INCLUDE)
/home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosComm/TeuchosCommConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosNumerics/TeuchosNumericsConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Teuchos/TeuchosConfig.cmake:147 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosCore/TeuchosCoreConfig.cmake:82: Syntax Warning in cmake code at column 127 Argument not separated from preceding token by whitespace. Call Stack (most recent
call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosParser/TeuchosParserConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosParameterList/TeuchosParameterListConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosComm/TeuchosCommConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosNumerics/TeuchosNumericsConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Teuchos/TeuchosConfig.cmake:147 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use
-Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosCore/TeuchosCoreConfig.cmake:82: Syntax Warning in cmake code at column 127 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosParameterList/TeuchosParameterListConfig.cmake:147 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosComm/TeuchosCommConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosNumerics/TeuchosNumericsConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Teuchos/TeuchosConfig.cmake:147 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:146 (INCLUDE)
/home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosParser/TeuchosParserConfig.cmake:82: Syntax Warning in cmake code at column 129 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosComm/TeuchosCommConfig.cmake:147 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosNumerics/TeuchosNumericsConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Teuchos/TeuchosConfig.cmake:147 (INCLUDE)
/home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosCore/TeuchosCoreConfig.cmake:82: Syntax Warning in cmake code at column 127 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosComm/TeuchosCommConfig.cmake:148 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosNumerics/TeuchosNumericsConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Teuchos/TeuchosConfig.cmake:147
(INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosParameterList/TeuchosParameterListConfig.cmake:82: Syntax Warning in cmake code at column 136 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosNumerics/TeuchosNumericsConfig.cmake:147 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Teuchos/TeuchosConfig.cmake:147 (INCLUDE)
/home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosParser/TeuchosParserConfig.cmake:82: Syntax Warning in cmake code at column 129 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosNumerics/TeuchosNumericsConfig.cmake:148 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Teuchos/TeuchosConfig.cmake:147 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:146 (INCLUDE)
/home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosCore/TeuchosCoreConfig.cmake:82: Syntax Warning in cmake code at column 127 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosNumerics/TeuchosNumericsConfig.cmake:149 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Teuchos/TeuchosConfig.cmake:147 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148
(INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosComm/TeuchosCommConfig.cmake:82: Syntax Warning in cmake code at column 127 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Teuchos/TeuchosConfig.cmake:148 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at
/home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosParameterList/TeuchosParameterListConfig.cmake:82: Syntax Warning in cmake code at column 136 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Teuchos/TeuchosConfig.cmake:149 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosParser/TeuchosParserConfig.cmake:82: Syntax Warning in cmake code at column 129 Argument not separated from preceding token by whitespace. Call Stack
(most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Teuchos/TeuchosConfig.cmake:150 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:146 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosCore/TeuchosCoreConfig.cmake:82: Syntax Warning in cmake code at column 127 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Teuchos/TeuchosConfig.cmake:151 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:146
(INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosRemainder/TeuchosRemainderConfig.cmake:82: Syntax Warning in cmake code at column 132 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:147 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at
/home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosNumerics/TeuchosNumericsConfig.cmake:82: Syntax Warning in cmake code at column 131 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:148 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosComm/TeuchosCommConfig.cmake:82: Syntax Warning in cmake code at column 127 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:149
(INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosParameterList/TeuchosParameterListConfig.cmake:82: Syntax Warning in cmake code at column 136 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:150 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at
/home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosParser/TeuchosParserConfig.cmake:82: Syntax Warning in cmake code at column 129 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:151 (INCLUDE) /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosCore/TeuchosCoreConfig.cmake:82: Syntax Warning in cmake code at column 127 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:152 (INCLUDE)
/home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Teuchos/TeuchosConfig.cmake:82: Syntax Warning in cmake code at column 123 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosRemainder/TeuchosRemainderConfig.cmake:82: Syntax Warning in cmake code at column 132 Argument not separated from preceding token by whitespace. Call Stack (most
recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosNumerics/TeuchosNumericsConfig.cmake:82: Syntax Warning in cmake code at column 131 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosComm/TeuchosCommConfig.cmake:82: Syntax Warning in cmake code at column 127 Argument not separated from preceding token by
whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosParameterList/TeuchosParameterListConfig.cmake:82: Syntax Warning in cmake code at column 136 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosParser/TeuchosParserConfig.cmake:82: Syntax Warning in cmake code at column 129
Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosCore/TeuchosCoreConfig.cmake:82: Syntax Warning in cmake code at column 127 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:148 (INCLUDE) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/ROLConfig.cmake:82: Syntax Warning in cmake code at column 88
Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:221 (include) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Teuchos/TeuchosConfig.cmake:82: Syntax Warning in cmake code at column 123 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:222 (include) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosRemainder/TeuchosRemainderConfig.cmake:82: Syntax Warning in cmake
code at column 132 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:223 (include) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosNumerics/TeuchosNumericsConfig.cmake:82: Syntax Warning in cmake code at column 131 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:224 (include) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at
/home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosComm/TeuchosCommConfig.cmake:82: Syntax Warning in cmake code at column 127 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:225 (include) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosParameterList/TeuchosParameterListConfig.cmake:82: Syntax Warning in cmake code at column 136 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:226 (include) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to
suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosParser/TeuchosParserConfig.cmake:82: Syntax Warning in cmake code at column 129 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:227 (include) CMakeLists.txt:11 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/TeuchosCore/TeuchosCoreConfig.cmake:82: Syntax Warning in cmake code at column 127 Argument not separated from preceding token by whitespace. Call Stack (most recent call first): /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/Trilinos/TrilinosConfig.cmake:228 (include) CMakeLists.txt:11 (find_package) This warning is for project
developers. Use -Wno-dev to suppress it. -- Found Trilinos -- Found ROL: /home/aslan/test/firedrake/lib/python3.10/site-packages/roltrilinos/lib/cmake/ROL/../../../include -- Found ROL: rolteuchosremainderteuchosnumericsteuchoscommteuchosparameterlistteuchosparserteuchoscore -- Found MPI_C: /home/aslan/test/firedrake/src/petsc/default/lib/libmpi.so (found version "4.1") -- Found MPI_CXX: /home/aslan/test/firedrake/src/petsc/default/lib/libmpicxx.so (found version "4.1") -- Found MPI: TRUE (found version "4.1") -- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found version "1.74.0") -- Found PythonInterp: /home/aslan/test/firedrake/bin/python (found version "3.10.12") -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/[libpython3.10.so](http://libpython3.10.so/) -- Performing Test HAS_CPP14_FLAG -- Performing Test HAS_CPP14_FLAG - Success -- pybind11 v2.3.dev0 -- Performing Test HAS_FLTO -- Performing Test HAS_FLTO - Success -- LTO enabled --
Configuring done -- Generating done -- Build files have been written to: /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/build/temp.linux-x86_64-cpython-310 [ 14%] Building CXX object CMakeFiles/_ROL.dir/ROL/ROL.cpp.o [ 14%] Building CXX object CMakeFiles/_ROL.dir/ROL/algorithm.cpp.o In file included from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/cast.h:16, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/attr.h:13, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/pybind11.h:44, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/ROL/ROL.cpp:2: /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/detail/internals.h: In function ‘pybind11::detail::internals& pybind11::detail::get_internals()’:
/tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/detail/internals.h:200:27: warning: ‘void PyEval_InitThreads()’ is deprecated [-Wdeprecated-declarations] 200 | PyEval_InitThreads(); | ~~~~~~~~~~~~~~~~~~^~ In file included from /usr/include/python3.10/Python.h:130, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/detail/common.h:112, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/pytypes.h:12, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/cast.h:13, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/attr.h:13, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/pybind11.h:44, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/ROL/ROL.cpp:2: /usr/include/python3.10/ceval.h:122:37: note: declared here
122 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); | ^~~~~~~~~~~~~~~~~~ In file included from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/cast.h:16, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/attr.h:13, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/pybind11.h:44, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/ROL/algorithm.cpp:1: /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/detail/internals.h: In function ‘pybind11::detail::internals& pybind11::detail::get_internals()’: /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/detail/internals.h:200:27: warning: ‘void PyEval_InitThreads()’ is deprecated [-Wdeprecated-declarations] 200 | PyEval_InitThreads(); | ~~~~~~~~~~~~~~~~~~^~ In file included from
/usr/include/python3.10/Python.h:130, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/detail/common.h:112, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/pytypes.h:12, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/cast.h:13, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/attr.h:13, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/pybind11.h:44, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/ROL/algorithm.cpp:1: /usr/include/python3.10/ceval.h:122:37: note: declared here 122 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); | ^~~~~~~~~~~~~~~~~~ [ 21%] Building CXX object CMakeFiles/_ROL.dir/ROL/algorithmstate.cpp.o In file included from
/tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/cast.h:16, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/attr.h:13, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/pybind11.h:44, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/ROL/algorithmstate.cpp:1: /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/detail/internals.h: In function ‘pybind11::detail::internals& pybind11::detail::get_internals()’: /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/detail/internals.h:200:27: warning: ‘void PyEval_InitThreads()’ is deprecated [-Wdeprecated-declarations] 200 | PyEval_InitThreads(); | ~~~~~~~~~~~~~~~~~~^~ In file included from /usr/include/python3.10/Python.h:130, from
/tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/detail/common.h:112, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/pytypes.h:12, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/cast.h:13, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/attr.h:13, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/pybind11.h:44, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/ROL/algorithmstate.cpp:1: /usr/include/python3.10/ceval.h:122:37: note: declared here 122 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); | ^~~~~~~~~~~~~~~~~~ [ 28%] Building CXX object CMakeFiles/_ROL.dir/ROL/augmentedlagrangian.cpp.o In file included from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/cast.h:16, from
/tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/attr.h:13, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/pybind11.h:44, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/ROL/augmentedlagrangian.cpp:1: /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/detail/internals.h: In function ‘pybind11::detail::internals& pybind11::detail::get_internals()’: /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/detail/internals.h:200:27: warning: ‘void PyEval_InitThreads()’ is deprecated [-Wdeprecated-declarations] 200 | PyEval_InitThreads(); | ~~~~~~~~~~~~~~~~~~^~ In file included from /usr/include/python3.10/Python.h:130, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/detail/common.h:112, from
/tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/pytypes.h:12, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/cast.h:13, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/attr.h:13, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/pybind11/include/pybind11/pybind11.h:44, from /tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/ROL/augmentedlagrangian.cpp:1: /usr/include/python3.10/ceval.h:122:37: note: declared here 122 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); | ^~~~~~~~~~~~~~~~~~ c++: fatal error: Killed signal terminated program cc1plus compilation terminated. gmake[2]: *** [CMakeFiles/_ROL.dir/build.make:90: CMakeFiles/_ROL.dir/ROL/algorithm.cpp.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[1]: *** [CMakeFiles/Makefile2:100: CMakeFiles/_ROL.dir/all] Error 2 gmake: ***
[Makefile:136: all] Error 2 Traceback (most recent call last): File "<string>", line 2, in <module> File "<pip-setuptools-caller>", line 34, in <module> File "/tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/setup.py", line 93, in <module> setup( File "/home/aslan/test/firedrake/lib/python3.10/site-packages/setuptools/__init__.py", line 117, in setup return distutils.core.setup(**attrs) File "/home/aslan/test/firedrake/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 183, in setup return run_commands(dist) File "/home/aslan/test/firedrake/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 199, in run_commands dist.run_commands() File "/home/aslan/test/firedrake/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 954, in run_commands self.run_command(cmd) File "/home/aslan/test/firedrake/lib/python3.10/site-packages/setuptools/dist.py", line 950, in run_command super().run_command(command) File
"/home/aslan/test/firedrake/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 973, in run_command cmd_obj.run() File "/home/aslan/test/firedrake/lib/python3.10/site-packages/setuptools/command/bdist_wheel.py", line 398, in run self.run_command("build") File "/home/aslan/test/firedrake/lib/python3.10/site-packages/setuptools/_distutils/cmd.py", line 316, in run_command self.distribution.run_command(command) File "/home/aslan/test/firedrake/lib/python3.10/site-packages/setuptools/dist.py", line 950, in run_command super().run_command(command) File "/home/aslan/test/firedrake/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 973, in run_command cmd_obj.run() File "/home/aslan/test/firedrake/lib/python3.10/site-packages/setuptools/_distutils/command/build.py", line 135, in run self.run_command(cmd_name) File "/home/aslan/test/firedrake/lib/python3.10/site-packages/setuptools/_distutils/cmd.py", line 316, in run_command
self.distribution.run_command(command) File "/home/aslan/test/firedrake/lib/python3.10/site-packages/setuptools/dist.py", line 950, in run_command super().run_command(command) File "/home/aslan/test/firedrake/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 973, in run_command cmd_obj.run() File "/tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/setup.py", line 58, in run self.build_extension(ext) File "/tmp/pip-install-5u9gt670/rol_4260fb9ed3d94f45afbc3fa995c68df7/setup.py", line 91, in build_extension subprocess.check_call(['cmake', '--build', '.'] + build_args, cwd=self.build_temp) File "/usr/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--config', 'Release', '--', '-j2']' returned non-zero exit status 2. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building
wheel for ROL Running setup.py clean for ROL Failed to build ROL ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (ROL) |
—
Reply to this email directly, view it on GitHub <#2327 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA2VGAKC4EH6EPB6OOV4DSTZZACYVAVCNFSM6AAAAABPBX4226VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZYHE2DCMA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a mechanism for engaging with and supporting the Firedrake community. We hope that you:
build together 💪.
Beta Was this translation helpful? Give feedback.
All reactions