Skip to content

Commit

Permalink
cad/stepcode: update to 0.8.2
Browse files Browse the repository at this point in the history
ChangeLog: https://github.com/stepcode/stepcode/releases/tag/v0.8.2

Build fixes
 * dependency fixes for expparse / expscan.
 * handle newer clang compilers
 * more robust parallel building

Relocation of headers and explicit directory prefixes
 * client codes should now include one directory (for example,
   /usr/include/stepcode) and specify headers in their code using path/header.h
 (for example, #include <clstepcore/sdai.h>) previous releases required
 explicit listing of all stepcode folders due to internal header include
 directives - this has been corrected
  • Loading branch information
fernape committed Oct 3, 2023
1 parent 629528c commit a54f258
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cad/stepcode/Makefile
@@ -1,5 +1,5 @@
PORTNAME= stepcode
PORTVERSION= 0.8.1
PORTVERSION= 0.8.2
DISTVERSIONPREFIX= v
CATEGORIES= cad

Expand Down
6 changes: 3 additions & 3 deletions cad/stepcode/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1664815159
SHA256 (stepcode-stepcode-v0.8.1_GH0.tar.gz) = ff335210ce9a8a4e9ab9ba37b368efbe132c8244d8646583ad221d0db4332437
SIZE (stepcode-stepcode-v0.8.1_GH0.tar.gz) = 6023794
TIMESTAMP = 1695709665
SHA256 (stepcode-stepcode-v0.8.2_GH0.tar.gz) = a0307185313a55e127db4476bf234b9ea90edfeee6ac7a57923f7608a48d91e5
SIZE (stepcode-stepcode-v0.8.2_GH0.tar.gz) = 6007483

0 comments on commit a54f258

Please sign in to comment.