changed: remove some more cpack remnants

git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@2374 e10b68d5-8a6e-419e-a041-bce267b0401d
This commit is contained in:
akva 2013-05-08 09:04:23 +00:00 committed by Knut Morten Okstad
parent c1b37b2f0d
commit eefb38566e
2 changed files with 0 additions and 13 deletions

View File

@ -9,8 +9,6 @@ SET(IFEM_VERSION "${IFEM_VERSION_MAJOR}.${IFEM_VERSION_MINOR}.${IFEM_VERSION_PAT
# Generate header with version info
CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/src/IFEM.h.in
IFEM.h @ONLY)
CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/doc/libifem-builddeps.control.in
${PROJECT_SOURCE_DIR}/doc/libifem-builddeps.control @ONLY)
# Required defines (well, PROFILE_LEVEL is not actually required, but...)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DReal=double -DepsZ=1.0e-12 -DPROFILE_LEVEL=3")

View File

@ -1,11 +0,0 @@
Section: development
Priority: optional
Homepage: http://www.sintef.no
Standards-Version: 3.9.2
Package: libifem-builddeps
Version: @IFEM_VERSION_MAJOR@.@IFEM_VERSION_MINOR@.@IFEM_VERSION_PATCH@
Maintainer: Arne Morten Kvarving <arne.morten.kvarving@sintef.no>
Depends: libgotools-core-dev, libgotools-trivariate-dev, cmake, liblapack-dev, libblas-dev, libtinyxml-dev, libarpack2-dev, libsuperlu3-dev, libhdf5-serial-dev, libvtfexpressapi-dev, libifem-cmakerules
Architecture: all
Copyright: @PROJECT_SOURCE_DIR@/COPYING
Description: Meta package for libifem build dependencies