Skip to content

Commit

Permalink
remove blender recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Jul 26, 2017
1 parent b3a7ec9 commit da8d17d
Show file tree
Hide file tree
Showing 24 changed files with 10 additions and 240 deletions.
12 changes: 0 additions & 12 deletions 00future/blender/bld.bat

This file was deleted.

11 changes: 0 additions & 11 deletions 00future/blender/build.sh

This file was deleted.

56 changes: 0 additions & 56 deletions 00future/blender/meta.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions 00future/oiio/bld.bat

This file was deleted.

10 changes: 0 additions & 10 deletions 00future/oiio/build.sh

This file was deleted.

51 changes: 0 additions & 51 deletions 00future/oiio/meta.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions 00future/openexr/bld.bat

This file was deleted.

29 changes: 0 additions & 29 deletions 00future/openexr/build.sh

This file was deleted.

40 changes: 0 additions & 40 deletions 00future/openexr/meta.yaml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if [ "$BUILD_FULL" = true ] ; then
-DSWIG_EXECUTABLE=$PREFIX/bin/swig \
-DPYTHON_EXECUTABLE=$PYTHON \
-DBUILD_FEM_NETGEN=ON \
-DUSE_BOOST_PYTHON=OFF \
${FREECAD_SOURCE}
fi

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ requirements:
- cmake
- swig
- eigen
- boost
- boost-cpp
- pybind11
- python
- matplotlib
- coin3d
Expand All @@ -38,7 +39,7 @@ requirements:
- zlib 1.2.*
run:
- vc 14 # [win and py>=35]
- boost
- boost-cpp
- python
- numpy
- matplotlib
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions libarea/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ cd build

cmake .. -G "Ninja" ^
-DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^
-DCMAKE_BUILD_TYPE=Release ^
-DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE

if errorlevel 1 exit 1
Expand Down
5 changes: 5 additions & 0 deletions libarea/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@ requirements:
- vc 14 # [win and py>=35]
- python


test:
imports:
- area

about:
summary: area library

0 comments on commit da8d17d

Please sign in to comment.