File tree Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ project(SMESH CXX Fortran)
3
3
cmake_minimum_required (VERSION 2.8 )
4
4
5
5
set (SMESH_VERSION_MAJOR 6 )
6
- set (SMESH_VERSION_MINOR 6 )
6
+ set (SMESH_VERSION_MINOR 7 )
7
7
set (SMESH_VERSION_PATCH )
8
8
set (SMESH_VERSION_TWEAK )
9
9
Original file line number Diff line number Diff line change
1
+ Version 6.7 - July 2016
2
+ ========================
3
+
4
+ This version is binary compatible with smesh-6.6
5
+
6
+ * port to oce-0.17 fix: don't use NCollection_BaseCollection anymore.
7
+
8
+ Users who contributed to this release:
9
+ Thomas Paviot
10
+
1
11
Version 6.6 - April 2016
2
12
========================
3
13
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Requirements
44
44
45
45
* cmake 2.8 or higher
46
46
47
- * oce 0.16
47
+ * oce 0.17.1 or oce-0.17.2
48
48
49
49
Build
50
50
-----
53
53
$ cd cmake-build
54
54
$ make
55
55
$ make install
56
-
57
- Install binaries on Ubuntu 14.04
58
- --------------------------------
59
- A linux ppa is available at launchpad. To install smesh, just:
60
-
61
- $ sudo add-apt-repository ppa:freecad-maintainers/oce-release -y
62
- $ sudo add-apt-repository ppa:tpaviot/smesh -y
63
- $ sudo apt-get update -q
64
- $ sudo apt-get install smesh
Original file line number Diff line number Diff line change 1
1
package :
2
2
name : smesh
3
- version : {{ environ.get('GIT_DESCRIBE_TAG', '6.5.3.1dev ') }}
3
+ version : {{ environ.get('GIT_DESCRIBE_TAG', '6.7 ') }}
4
4
5
5
source :
6
6
path : ../..
You can’t perform that action at this time.
0 commit comments