add openscad and co

This commit is contained in:
ziggi
2020-08-31 13:14:34 +00:00
parent 92978b60c5
commit 72b4e7591d
70 changed files with 32944 additions and 65 deletions

View File

@@ -0,0 +1,15 @@
--- ./boostcpp.jam.orig 2019-04-09 21:35:15.000000000 +0200
+++ ./boostcpp.jam 2019-04-27 16:00:45.792181000 +0200
@@ -210,7 +210,11 @@
! [ $(property-set).get <target-os> ] in windows cygwin darwin aix &&
! [ $(property-set).get <toolset> ] in pgi
{
- result = $(result).$(BOOST_VERSION) ;
+
+ local my_version = [ MATCH "^([^.]+)[.]([^.]+)[.]([^.]+)" : $(BOOST_VERSION)
+ ] ;
+ result = $(result).$(my_version[2]) ;
+
}
return $(result) ;