Skip to content

Commit

Permalink
update cpacscreator version
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbrech committed Nov 20, 2024
1 parent 9d724ab commit ca708db
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions cpacscreator/bld.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
copy %RECIPE_DIR%\boost-patch\* thirdparty\

mkdir build
cd build

Expand Down Expand Up @@ -33,7 +31,7 @@ REM See https://setuptools.readthedocs.io/en/latest/pkg_resources.html#workingse

set egg_info=%SP_DIR%\cpacscreator-%PKG_VERSION%.egg-info
echo>%egg_info% Metadata-Version: 2.1
echo>>%egg_info% Name: tigl3
echo>>%egg_info% Name: cpacscreator
echo>>%egg_info% Version: %PKG_VERSION%
echo>>%egg_info% Summary: The TiGL Geometry Library to process aircraft geometries in pre-design
echo>>%egg_info% Platform: UNKNOWN
2 changes: 1 addition & 1 deletion cpacscreator/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ python $RECIPE_DIR/fixosxload.py $SP_DIR/tigl3/tigl3wrapper.py libtigl3

cat > $SP_DIR/cpacscreator-$PKG_VERSION.egg-info <<FAKE_EGG
Metadata-Version: 2.1
Name: tigl3
Name: cpacscreator
Version: $PKG_VERSION
Summary: The TiGL Geometry Library to process aircraft geometries in pre-design
Platform: UNKNOWN
Expand Down
6 changes: 3 additions & 3 deletions cpacscreator/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.1" %}
{% set version = "0.2.0" %}

package:
name: cpacscreator
version: {{ version }}

source:
git_url: https://github.com/DLR-SC/tigl.git
git_tag: cpacscreator-v0.2.0
git_tag: cpacscreator-v{{ version }}

build:
number: 0
Expand Down Expand Up @@ -36,8 +36,8 @@ requirements:
- tixi3 ==3.3.0
- opencascade ==7.4.0
- pythonocc-core ==7.4.1
- python {{ python }}
- tbb-devel ==2019.5
- python {{ python }}
- libglu # [linux]
- qt

Expand Down
2 changes: 1 addition & 1 deletion tigl3/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
git_tag: v{{ version }}

build:
number: 0
number: 0


requirements:
Expand Down

0 comments on commit ca708db

Please sign in to comment.