Praveen C
2018-12-01 02:47:12 UTC
Dear all
I am trying to install dealii from master on Windows 10 under WSL (Ubuntu 18.04).
I am using these dependencies from spack
$ spack find
==> 55 installed packages
-- linux-ubuntu18.04-x86_64 / ***@7.3.0 -------------------------
adol-***@develop ***@3.13.0 ***@1.10.4 ***@2.9.8 ***@6.1 ***@0.3.3 ***@1.5.4 superlu-***@5.4.0
arpack-***@3.6.3 ***@3.6 ***@1.11.9 ***@1.4.18 ***@4.6.1 ***@3.1.3 ***@2.7.15 ***@1.5.0
***@4.0.1 ***@1.18.1 ***@2.15.1 ***@1.5.9 netcdf-***@4.2 ***@1.1.1 ***@7.0 ***@12.12.1
***@2.69 ***@0.9.7.1 intel-***@2019.2 ***@5.1.0 ***@5.3.1 ***@2.0 ***@3.10.1 util-***@1.19.1
***@1.16.1 ***@6.1.2 ***@0.13.5 ***@5.1.1 netlib-***@2.0.2 ***@4.0.3 ***@3.25.3 ***@5.2.4
***@1.68.0 ***@4.0.0 ***@2.11 ***@2.2.6.1 ***@2.0.11 ***@5.26.2 suite-***@5.3.0 ***@1.2.11
***@1.0.6 ***@2.5 ***@2.4.6 ***@1.2.3 ***@0.18.3 ***@3.10.2 ***@3.2.1
I have openblas installed but still get this error
-- Include /home/feynman/Applications/deal.II/git/cmake/configure/configure_1_lapack.cmake
-- Performing Test DEAL_II_HAVE_FLAG_pthread
WARNING: Target "cmTC_b60c9" requests linking to directory "/opt/spack/lib/". Targets may link only to libraries. CMake is dropping the item.
-- Performing Test DEAL_II_HAVE_FLAG_pthread - Success
-- Performing Test LAPACK_SYMBOL_CHECK
WARNING: Target "cmTC_be49e" requests linking to directory "/opt/spack/lib/". Targets may link only to libraries. CMake is dropping the item.
-- Performing Test LAPACK_SYMBOL_CHECK - Failed
-- Could not find a sufficient BLAS/LAPACK installation: BLAS/LAPACK symbol check failed! Consult CMakeFiles/CMakeError.log for further information.
-- DEAL_II_WITH_LAPACK has unmet external dependencies.
CMake Error at cmake/macros/macro_configure_feature.cmake:112 (MESSAGE):
Could not find the lapack library!
Could not find a sufficient BLAS/LAPACK installation:
BLAS/LAPACK symbol check failed! This usually means that your BLAS/LAPACK
installation is incomplete or the link line is broken. Consult
CMakeFiles/CMakeError.log
for further information.
Please ensure that a suitable lapack library is installed on your computer.
If the library is not at a default location, either provide some hints for
autodetection, or set the relevant variables by hand in ccmake.
Call Stack (most recent call first):
cmake/macros/macro_configure_feature.cmake:269 (FEATURE_ERROR_MESSAGE)
cmake/configure/configure_1_lapack.cmake:84 (CONFIGURE_FEATURE)
cmake/macros/macro_verbose_include.cmake:19 (INCLUDE)
CMakeLists.txt:124 (VERBOSE_INCLUDE)
-- Configuring incomplete, errors occurred!
See also "/home/feynman/Applications/deal.II/git/build/CMakeFiles/CMakeOutput.log".
See also "/home/feynman/Applications/deal.II/git/build/CMakeFiles/CMakeError.logâ.
Also attached output from cmake.
Thanks
praveen
I am trying to install dealii from master on Windows 10 under WSL (Ubuntu 18.04).
I am using these dependencies from spack
$ spack find
==> 55 installed packages
-- linux-ubuntu18.04-x86_64 / ***@7.3.0 -------------------------
adol-***@develop ***@3.13.0 ***@1.10.4 ***@2.9.8 ***@6.1 ***@0.3.3 ***@1.5.4 superlu-***@5.4.0
arpack-***@3.6.3 ***@3.6 ***@1.11.9 ***@1.4.18 ***@4.6.1 ***@3.1.3 ***@2.7.15 ***@1.5.0
***@4.0.1 ***@1.18.1 ***@2.15.1 ***@1.5.9 netcdf-***@4.2 ***@1.1.1 ***@7.0 ***@12.12.1
***@2.69 ***@0.9.7.1 intel-***@2019.2 ***@5.1.0 ***@5.3.1 ***@2.0 ***@3.10.1 util-***@1.19.1
***@1.16.1 ***@6.1.2 ***@0.13.5 ***@5.1.1 netlib-***@2.0.2 ***@4.0.3 ***@3.25.3 ***@5.2.4
***@1.68.0 ***@4.0.0 ***@2.11 ***@2.2.6.1 ***@2.0.11 ***@5.26.2 suite-***@5.3.0 ***@1.2.11
***@1.0.6 ***@2.5 ***@2.4.6 ***@1.2.3 ***@0.18.3 ***@3.10.2 ***@3.2.1
I have openblas installed but still get this error
-- Include /home/feynman/Applications/deal.II/git/cmake/configure/configure_1_lapack.cmake
-- Performing Test DEAL_II_HAVE_FLAG_pthread
WARNING: Target "cmTC_b60c9" requests linking to directory "/opt/spack/lib/". Targets may link only to libraries. CMake is dropping the item.
-- Performing Test DEAL_II_HAVE_FLAG_pthread - Success
-- Performing Test LAPACK_SYMBOL_CHECK
WARNING: Target "cmTC_be49e" requests linking to directory "/opt/spack/lib/". Targets may link only to libraries. CMake is dropping the item.
-- Performing Test LAPACK_SYMBOL_CHECK - Failed
-- Could not find a sufficient BLAS/LAPACK installation: BLAS/LAPACK symbol check failed! Consult CMakeFiles/CMakeError.log for further information.
-- DEAL_II_WITH_LAPACK has unmet external dependencies.
CMake Error at cmake/macros/macro_configure_feature.cmake:112 (MESSAGE):
Could not find the lapack library!
Could not find a sufficient BLAS/LAPACK installation:
BLAS/LAPACK symbol check failed! This usually means that your BLAS/LAPACK
installation is incomplete or the link line is broken. Consult
CMakeFiles/CMakeError.log
for further information.
Please ensure that a suitable lapack library is installed on your computer.
If the library is not at a default location, either provide some hints for
autodetection, or set the relevant variables by hand in ccmake.
Call Stack (most recent call first):
cmake/macros/macro_configure_feature.cmake:269 (FEATURE_ERROR_MESSAGE)
cmake/configure/configure_1_lapack.cmake:84 (CONFIGURE_FEATURE)
cmake/macros/macro_verbose_include.cmake:19 (INCLUDE)
CMakeLists.txt:124 (VERBOSE_INCLUDE)
-- Configuring incomplete, errors occurred!
See also "/home/feynman/Applications/deal.II/git/build/CMakeFiles/CMakeOutput.log".
See also "/home/feynman/Applications/deal.II/git/build/CMakeFiles/CMakeError.logâ.
Also attached output from cmake.
Thanks
praveen
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dealii+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dealii+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.