File tree Expand file tree Collapse file tree 2 files changed +29
-8
lines changed Expand file tree Collapse file tree 2 files changed +29
-8
lines changed Original file line number Diff line number Diff line change
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
+
1
27
Version 6.7.2 - March 2017
2
- =============================
28
+ ==========================
3
29
This version is binary compatible with smesh-6.6
4
30
5
31
* fixed compiler warnings
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ How to stay up to date with latest developements?
37
37
Install with conda
38
38
------------------
39
39
40
- $ conda install -c pythonocc smesh=6.7.2
40
+ $ conda install -c pythonocc -c dlr-sc -c oce smesh=6.7.4
41
41
42
42
Build - Install
43
43
---------------
@@ -50,7 +50,7 @@ Requirements
50
50
51
51
* cmake 2.8 or higher
52
52
53
- * oce 0.17.1 or oce-0.17.2
53
+ * oce 0.18 or oce-0.18.1
54
54
55
55
Build
56
56
-----
@@ -65,8 +65,3 @@ Build with conda
65
65
----------------
66
66
67
67
$ conda build ci/conda
68
-
69
- Install with conda
70
- ------------------
71
-
72
- $ conda install -c pythonocc smesh
You can’t perform that action at this time.
0 commit comments