Skip to content

Commit 879425f

Browse files
author
Lukas Korous
committed
Fixes in debian
1 parent 7b949fb commit 879425f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Homepage: http://hpfem.org/hermes
88

99
Package: hermes2d
1010
Architecture: any
11-
Depends: ${shlibs:Depends}, libamd2.2.0 (>= 3.4.0), libumfpack5.4.0 (>= 3.4.0), libmumps-seq-4.10.0 (>= 4.10.0), libblas3 (>= 1.2), libxerces-c3.1 (>= 3.1.0), freeglut3-dev, libglew1.5-dev
11+
Depends: ${shlibs:Depends}, libsuitesparse-dev (>= 3.2.0), libmumps-seq-dev, xsdcxx (>= 3.3.0), libxerces-c-dev (>= 3.1.0), freeglut3-dev, libglew1.5-dev
1212
Description: hp-FEM multiphysics library
1313
Hermes is a C++ library for rapid development of adaptive hp-FEM / hp-DG solvers. Novel hp-adaptivity algorithms help solve a large variety of problems ranging from ODE and stationary linear PDE to complex time-dependent nonlinear multiphysics PDE systems. Highlights of Hermes Capabilities:
1414
- L2, H1, HCurl, HDiv Sobolev spaces, polynomial degree up to 10

debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ configure-stamp:
88
dh_testdir
99
-$(MAKE) distclean
1010
cp CMake.vars.example.Linux CMake.vars
11-
cmake -DCMAKE_INSTALL_PREFIX=$(CURDIR)/debian/hermes/usr .
11+
cmake -DCMAKE_CXX_COMPILER=/usr/bin/g++ -DCMAKE_INSTALL_PREFIX=$(CURDIR)/debian/hermes/usr .
1212
touch configure-stamp
1313

1414
build: configure-stamp build-stamp

0 commit comments

Comments
 (0)