20 Commits
Author SHA1 Message Date
Arne Morten Kvarving 3b89515a8c package prereqs file 2018-01-05 10:42:52 +01:00
Arne Morten Kvarving 132cfc0ff7 update redhat packaging 2017-10-25 09:43:30 +02:00
Arne Morten Kvarving 9dc2fc4a82 disable native tuning in packaging 2017-04-26 14:55:47 +02:00
Arne Morten Kvarving b6c5247ef9 remove binary package
no binaries left here
2017-04-18 12:17:42 +02:00
Arne Morten Kvarving d25cefa011 update redhat6 packaging
build using devtoolset-3
2016-10-12 14:15:15 +02:00
Arne Morten Kvarving f91cb76086 update packaging to reflect new dependency tree 2016-10-10 09:39:24 +02:00
Arne Morten Kvarving 6d9ae3f050 update redhat packaging
- README file was renamed
- use boost 1.48 only on rhel6. rhel7 supplies a newer boost by default.
2016-04-18 11:02:29 +02:00
Arne Morten Kvarving 757289fe78 update redhat packaging 2015-10-20 15:49:23 +02:00
Andreas Lauser 28c47461c6 redhat specfile: add opm-material as build dependency 2015-09-02 12:23:24 +02:00
Arne Morten Kvarving 4873a58c1f update redhat packaging 2015-04-24 14:45:10 +02:00
Andreas Lauser b286ee782c package specfiles: use build type "RelWithDebInfo" and separate the symbols from the binaries 2014-12-17 16:22:10 +01:00
Arne Morten Kvarving f5e6304f7a make redhat packaging compatible with el5 2013-10-30 17:09:28 +01:00
Arne Morten Kvarving dcfdad2166 use a fully qualified source0 url 2013-10-30 12:18:34 +01:00
Arne Morten Kvarving 28060b694d update packaging 2013-10-22 13:12:55 +02:00
Roland Kaufmann 0f8e9aad2a Alert package maintainer about versioned dir option
If someone is going to backport these packages, they may have an
interest in using versioned directories. These will most likely
attempt to set directories on the build command line, thus it is
most natural to insert a suggestion about this option there.
2013-08-23 22:46:12 +02:00
Roland Kaufmann e5fc56ee83 Exempt distribution packages from having RUNPATH
Files that are distributed as packages should always assume that all
the other libraries it depends on is as packages too, in the system
directories, so there is no need to have a RUNPATH embedded in them.
2013-08-01 14:32:59 +02:00
Roland Kaufmann bfeac75fa9 Disable link-time, whole program optimization
When using LTO, the linker calls back to the compiler to figure out
where a certain symbol is defined. However, in many versions there
is apparently a bug that is triggered if a template in inlined in
both a used library and in the main program, but with different
versions of the compiler. The Boost exception class is particular
prone for this.

Thus, we disable the -lto from the development builds by default;
if anyone wants to test of the behaviour of their own compiler, they
must now explicitly turn on this flag.
2013-06-13 23:19:27 +02:00
Arne Morten Kvarving 92ee97274e final packaging for 2013.03 2013-04-11 15:52:04 +02:00
Arne Morten Kvarving 54e78b017c updated: package applications on redhat 2013-04-02 13:04:41 +02:00
Arne Morten Kvarving 10f2c61b10 added: spec file for redhat packaging 2013-02-21 18:57:55 +01:00