Compare commits
6 Commits
master
...
release/20
Author | SHA1 | Date | |
---|---|---|---|
|
8b8fff8306 | ||
|
2f708d9b2a | ||
|
8bee095294 | ||
|
57874e28a9 | ||
|
fc48a12fc5 | ||
|
f040c2984e |
@ -9,9 +9,6 @@ set (opm-grid_CONFIG_VAR
|
|||||||
DUNE_COMMON_VERSION_MAJOR
|
DUNE_COMMON_VERSION_MAJOR
|
||||||
DUNE_COMMON_VERSION_MINOR
|
DUNE_COMMON_VERSION_MINOR
|
||||||
DUNE_COMMON_VERSION_REVISION
|
DUNE_COMMON_VERSION_REVISION
|
||||||
DUNE_ISTL_VERSION_MAJOR
|
|
||||||
DUNE_ISTL_VERSION_MINOR
|
|
||||||
DUNE_ISTL_VERSION_REVISION
|
|
||||||
HAVE_ZOLTAN
|
HAVE_ZOLTAN
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -26,11 +23,10 @@ set (opm-grid_DEPS
|
|||||||
COMPONENTS date_time filesystem system unit_test_framework REQUIRED"
|
COMPONENTS date_time filesystem system unit_test_framework REQUIRED"
|
||||||
# DUNE dependency
|
# DUNE dependency
|
||||||
"dune-common REQUIRED;
|
"dune-common REQUIRED;
|
||||||
dune-grid REQUIRED;
|
dune-grid REQUIRED;
|
||||||
dune-geometry REQUIRED
|
dune-geometry REQUIRED"
|
||||||
dune-istl"
|
|
||||||
# OPM dependency
|
# OPM dependency
|
||||||
"opm-common REQUIRED;
|
"opm-common REQUIRED;
|
||||||
opm-core REQUIRED"
|
opm-core REQUIRED"
|
||||||
"ZOLTAN"
|
"ZOLTAN"
|
||||||
)
|
)
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
opm-common (2016.10-rfinal-1~xenial) xenial; urgency=medium
|
||||||
|
|
||||||
|
* New release
|
||||||
|
|
||||||
|
-- Arne Morten Kvarving <arne.morten.kvarving@sintef.no> Wed, 26 Oct 2016 09:55:11 +0200
|
||||||
|
|
||||||
opm-common (2015.10-1~trusty) trusty; urgency=medium
|
opm-common (2015.10-1~trusty) trusty; urgency=medium
|
||||||
|
|
||||||
* New release
|
* New release
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
Module: opm-common
|
Module: opm-common
|
||||||
Description: Open Porous Media Initiative shared infrastructure
|
Description: Open Porous Media Initiative shared infrastructure
|
||||||
Version: 2016.10-pre
|
Version: 2016.10
|
||||||
Label: 2016.10-pre
|
Label: 2016.10
|
||||||
Maintainer: opm@opm-project.org
|
Maintainer: opm@opm-project.org
|
||||||
MaintainerName: OPM community
|
MaintainerName: OPM community
|
||||||
Url: http://opm-project.org
|
Url: http://opm-project.org
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
# spec file for package opm-common
|
# spec file for package opm-common
|
||||||
#
|
#
|
||||||
|
|
||||||
%define tag rc4
|
%define tag final
|
||||||
|
|
||||||
Name: opm-common
|
Name: opm-common
|
||||||
Version: 2015.10
|
Version: 2016.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Open Porous Media - common helpers and buildsystem
|
Summary: Open Porous Media - common helpers and buildsystem
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user