Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianinsaval committed Nov 18, 2024
1 parent faf0fe5 commit 5575aa8
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions .ci_support/linux_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ c_stdlib_version:
cdt_name:
- conda
channel_sources:
- freecad/label/dev,conda-forge
- freecad,conda-forge
channel_targets:
- freecad dev
- freecad
cxx_compiler:
- gxx
cxx_compiler_version:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_aarch64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ cdt_arch:
cdt_name:
- conda
channel_sources:
- freecad/label/dev,conda-forge
- freecad,conda-forge
channel_targets:
- freecad dev
- freecad
cxx_compiler:
- gxx
cxx_compiler_version:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ c_stdlib:
c_stdlib_version:
- '10.13'
channel_sources:
- freecad/label/dev,conda-forge
- freecad,conda-forge
channel_targets:
- freecad dev
- freecad
cxx_compiler:
- clangxx
cxx_compiler_version:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ c_stdlib:
c_stdlib_version:
- '11.0'
channel_sources:
- freecad/label/dev,conda-forge
- freecad,conda-forge
channel_targets:
- freecad dev
- freecad
cxx_compiler:
- clangxx
cxx_compiler_version:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/win_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
c_stdlib:
- vs
channel_sources:
- freecad/label/dev,conda-forge
- freecad,conda-forge
channel_targets:
- freecad dev
- freecad
cxx_compiler:
- vs2019
freetype:
Expand Down
16 changes: 8 additions & 8 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
channel_sources:
- freecad/label/dev,conda-forge
- freecad,conda-forge
channel_targets:
- freecad dev
- freecad
c_stdlib_version: # [osx]
- '11.0' # [osx and arm64]
- '10.13' # [osx and x86_64]
occt:
- 7.8.1 # [not linux]
- 7.7.2 # [linux]
qt_main: # [linux]
- '5.15.13' # [linux]
vtk: # [linux]
- 9.2.6 # [linux]
- 7.8.1 # [not linux]
- 7.7.2 # [linux]
qt_main: # [linux]
- '5.15.13' # [linux]
vtk: # [linux]
- 9.2.6 # [linux]
libboost_devel: # [linux]
- '1.82' # [linux]
pcl: # [linux]
- 1.14.0 # [linux]
- '1.82' # [linux]
pcl: # [linux]
- 1.14.0 # [linux]
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "freecad" %}
{% set version = "1.0rc4" %}
{% set version = "1.0.0" %}
{% set build_number = 0 %}
{% set build_number = build_number + 500 %} # [FEATURE_DEBUG]

Expand All @@ -8,9 +8,9 @@ package:
version: {{ version }}

source:
url: https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/1.0rc4/freecad_source.tar.gz
url: https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/1.0.0/freecad_source.tar.gz
fn: freecad_source_{{ build_number }}.tar.gz
# sha256:
sha256: b5af251615eeab3905b2aa5fbd432cf90c57b86f9ba2a50ca23c9cc1703f81d9
patches:
- patches/osx_arm64_cross_compiling.patch # [build_platform != target_platform and osx]

Expand Down

0 comments on commit 5575aa8

Please sign in to comment.