File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ Version 6.7.2 - March 2017
2
+ =============================
3
+ This version is binary compatible with smesh-6.6
4
+
5
+ * fixed compiler warnings
6
+
7
+ Users who contributed to this release:
8
+ Thomas Paviot
9
+
1
10
Version 6.7.1 - February 2017
2
11
=============================
3
12
This version is binary compatible with smesh-6.6
4
13
5
- * bugifxes
14
+ * bugfixes
6
15
7
16
Users who contributed to this release:
8
17
Thomas Paviot
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ We use the following online resources:
17
17
http://groups.google.com/group/smesh-dev/about
18
18
* Travic-CI
19
19
https://travis-ci.org/tpaviot/smesh
20
+ * Appveyor
21
+ https://ci.appveyor.com/project/tpaviot/smesh
20
22
21
23
Just ask @tpaviot (tpaviot@gmail.com ) for a request regarding write access to the repository.
22
24
@@ -32,6 +34,11 @@ How to stay up to date with latest developements?
32
34
cd smesh
33
35
git pull
34
36
37
+ Install with conda
38
+ ------------------
39
+
40
+ $ conda install -c pythonocc smesh=6.7.2
41
+
35
42
Build - Install
36
43
---------------
37
44
Original file line number Diff line number Diff line change 1
- version : smesh-6.7.1 .{build}
1
+ version : smesh-6.7.2 .{build}
2
2
3
3
environment :
4
4
global :
You can’t perform that action at this time.
0 commit comments