Skip to content

Commit

Permalink
prepare smesh-6.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tpaviot committed Jun 1, 2017
1 parent 84bc938 commit 3ae02a8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.
28 changes: 27 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
Version 6.7.4 - June 2017
=========================
This version is binary compatible with smesh-6.7.3

* fixed Macosx rpath

* fixed example

* fixed conda build

Users who contributed to this release:
Thomas Paviot

Version 6.7.3 - May 2017
=========================
This version is not binary compatible with smesh-6.7.2

* port to oce-0.18.1

* fixed compiler warnings

* support for more verbose messages in MEFISTO2 mesher

Users who contributed to this release:
Thomas Paviot

Version 6.7.2 - March 2017
=============================
==========================
This version is binary compatible with smesh-6.6

* fixed compiler warnings
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ How to stay up to date with latest developements?
Install with conda
------------------

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

Build - Install
---------------
Expand All @@ -50,7 +50,7 @@ Requirements

* cmake 2.8 or higher

* oce 0.17.1 or oce-0.17.2
* oce 0.18 or oce-0.18.1

Build
-----
Expand All @@ -65,8 +65,3 @@ Build with conda
----------------

$ conda build ci/conda

Install with conda
------------------

$ conda install -c pythonocc smesh

0 comments on commit 3ae02a8

Please sign in to comment.