Skip to content
Snippets Groups Projects
Commit d8459057 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 74a6b7e1
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,6 @@
// This file is empty on purpose: with MSVC we define everything in
// the FLAGS variable (in the 'variables' file)
#define GMSH_CONFIG_OPTIONS ""
#endif
......@@ -120,8 +120,10 @@ endif
ifeq (${ENABLE_BLAS_LAPACK},1)
FLAGS+=/DHAVE_BLAS /DHAVE_LAPACK
GMSH_LIBS+=${BLAS_LAPACK_PREFIX}/liblapack.lib
GMSH_LIBS+=${BLAS_LAPACK_PREFIX}/libblas.lib
GMSH_LIBS+=${BLAS_LAPACK_PREFIX}/liblapack.a
GMSH_LIBS+=${BLAS_LAPACK_PREFIX}/libblas.a
GMSH_LIBS+=${BLAS_LAPACK_PREFIX}/libg2c.a
GMSH_LIBS+=${BLAS_LAPACK_PREFIX}/libgcc.a
endif
ifeq (${ENABLE_OCC},1)
......
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