Skip to content
Snippets Groups Projects
Unverified Commit a58b6708 authored by Lars Bilke's avatar Lars Bilke Committed by GitHub
Browse files

Merge pull request #2039 from bilke/conan-petsc

Conan PETSc
parents 90d89108 c7a40c16
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
#pragma once
#include <ostream>
#include <iostream>
#include <logog/include/logog.hpp>
......
......@@ -36,6 +36,10 @@ if(OGS_USE_MPI)
set(CONAN_OPTIONS ${CONAN_OPTIONS} VTK:mpi=True)
endif()
if(OGS_USE_PETSC)
set(CONAN_REQUIRES ${CONAN_REQUIRES} petsc/3.8.3@bilke/testing)
endif()
if(OGS_BUILD_GUI)
set(CONAN_REQUIRES ${CONAN_REQUIRES}
Shapelib/1.3.0@bilke/stable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment