Skip to content

Commit 3ae02a8

Browse files
committed
prepare smesh-6.7.4
1 parent 84bc938 commit 3ae02a8

File tree

2 files changed

+29
-8
lines changed

2 files changed

+29
-8
lines changed

NEWS

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
1+
Version 6.7.4 - June 2017
2+
=========================
3+
This version is binary compatible with smesh-6.7.3
4+
5+
* fixed Macosx rpath
6+
7+
* fixed example
8+
9+
* fixed conda build
10+
11+
Users who contributed to this release:
12+
Thomas Paviot
13+
14+
Version 6.7.3 - May 2017
15+
=========================
16+
This version is not binary compatible with smesh-6.7.2
17+
18+
* port to oce-0.18.1
19+
20+
* fixed compiler warnings
21+
22+
* support for more verbose messages in MEFISTO2 mesher
23+
24+
Users who contributed to this release:
25+
Thomas Paviot
26+
127
Version 6.7.2 - March 2017
2-
=============================
28+
==========================
329
This version is binary compatible with smesh-6.6
430

531
* fixed compiler warnings

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ How to stay up to date with latest developements?
3737
Install with conda
3838
------------------
3939

40-
$ conda install -c pythonocc smesh=6.7.2
40+
$ conda install -c pythonocc -c dlr-sc -c oce smesh=6.7.4
4141

4242
Build - Install
4343
---------------
@@ -50,7 +50,7 @@ Requirements
5050

5151
* cmake 2.8 or higher
5252

53-
* oce 0.17.1 or oce-0.17.2
53+
* oce 0.18 or oce-0.18.1
5454

5555
Build
5656
-----
@@ -65,8 +65,3 @@ Build with conda
6565
----------------
6666

6767
$ conda build ci/conda
68-
69-
Install with conda
70-
------------------
71-
72-
$ conda install -c pythonocc smesh

0 commit comments

Comments
 (0)