Hey PRISMS,
My name is Bryan. I am a PhD student at University of Michigan. This is my first time installing any PRISMS software (I am installing PRISM-PF V. 2.1.2). I have Windows 10 and ended up installing CMake through a GIT Terminal. I also installed the Deal.ii and PRISM-PF images through Docker (also my first time using that). When I try to run the allenCahn example, it seems to recognize CMake, but it cannot find "deal.II". When I follow the troubleshooting guide on the PRISM
website and use "echo $DEAL_II_DIR" it just returns $DEAL_II_DIR, so I assume deal.II is outside Docker. I want to add "deal.II" to the environment path, but I do not no where "deal.II" is stored. Do you know how to find the installation prefix of "deal.II" if I am using Docker? I have attached my Command Prompt log as well as my Docker Container for deal.II. Let me know if you need any more information.
Cheers
Microsoft Windows [Version 10.0.18363.1082]
(c) 2019 Microsoft Corporation. All rights reserved.
C:\Users\bkinz>cd C:\Users\bkinz\DockerWorkspace\phaseField\applications\allenCahn
C:\Users\bkinz\DockerWorkspace\phaseField\applications\allenCahn>cmake .
CMake Error at CMakeLists.txt:8 (FIND_PACKAGE):
Could not find a package configuration file provided by "deal.II"
(requested version 8.3.0) with any of the following names:
deal.IIConfig.cmake
deal.ii-config.cmake
Add the installation prefix of "deal.II" to CMAKE_PREFIX_PATH or set
"deal.II_DIR" to a directory containing one of the above files. If
"deal.II" provides a separate development package or SDK, be sure it has
been installed.
-- Configuring incomplete, errors occurred!
C:\Users\bkinz\DockerWorkspace\phaseField\applications\allenCahn>make debug
'make' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\bkinz\DockerWorkspace\phaseField\applications\allenCahn>echo $DEAL_II_DIR
$DEAL_II_DIR
C:\Users\bkinz\DockerWorkspace\phaseField\applications\allenCahn>export
'export' is not recognized as an internal or external command,
operable program or batch file.