Skip to content

Commit

Permalink
Merge pull request #119 from conda-forge-admin/conda_forge_admin_118
Browse files Browse the repository at this point in the history
MNT: rerender
  • Loading branch information
h-vetinari authored Jul 22, 2024
2 parents 1f586fd + beba7e8 commit 43f17aa
Show file tree
Hide file tree
Showing 20 changed files with 85 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

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

Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
blas_default_impl:
- openblas
blas_impl:
Expand All @@ -13,7 +15,7 @@ c_compiler_version:
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
blas_default_impl:
- openblas
blas_impl:
Expand All @@ -13,7 +15,7 @@ c_compiler_version:
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
blas_default_impl:
- openblas
blas_impl:
Expand All @@ -13,7 +15,7 @@ c_compiler_version:
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
blas_default_impl:
- openblas
blas_impl:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
blas_default_impl:
- openblas
blas_impl:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ blas_impl:
- blis
blas_impl_lib:
- libblis.4.dll
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
m2w64_c_compiler:
- m2w64-toolchain
m2w64_c_stdlib:
- m2w64-toolchain
m2w64_fortran_compiler:
- m2w64-toolchain
target_platform:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/win_64_blas_implmklblas_impl_libmkl_rt.2.dll.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ blas_impl:
- mkl
blas_impl_lib:
- mkl_rt.2.dll
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
m2w64_c_compiler:
- m2w64-toolchain
m2w64_c_stdlib:
- m2w64-toolchain
m2w64_fortran_compiler:
- m2w64-toolchain
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ blas_impl:
- openblas
blas_impl_lib:
- openblas.dll
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
m2w64_c_compiler:
- m2w64-toolchain
m2w64_c_stdlib:
- m2w64-toolchain
m2w64_fortran_compiler:
- m2w64-toolchain
target_platform:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

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

6 changes: 6 additions & 0 deletions .scripts/build_steps.sh

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

7 changes: 7 additions & 0 deletions .scripts/run_osx_build.sh

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

5 changes: 5 additions & 0 deletions .scripts/run_win_build.bat

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

4 changes: 2 additions & 2 deletions .travis.yml

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

12 changes: 9 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "3.9.0" %}
# if build_num is reset to 0 (for new version), update increment for blas_minor below
{% set build_num = 22 %}
{% set build_num = 23 %}
{% set version_major = version.split(".")[0] %}
# blas_major denotes major infrastructural change to how blas is managed
{% set blas_major = "2" %}
Expand All @@ -20,8 +20,9 @@ source:
patches:
# Test BLAS and LAPACKE in addition to LAPACK
- patches/0001-Test-BLAS-and-LAPACKE-in-addition-to-LAPACK.patch
# Only the test-suite is compiled here, and we therefore do not need to
# carry all the patches that the lapack-feedstock has (see comment below)
# backport https://github.com/Reference-LAPACK/lapack/pull/391
# to fix https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114304
- patches/0002-remove-extraneous-semicolon.patch

- url: https://github.com/isuruf/vecLibFort/archive/99af8640e98c829b41c3235e3706760cd5696fe4.tar.gz
sha256: 80de7c6e83d1d84d016b4cb299f2c15f5a82b9d36865dd5c16bf221fe9a303ad
Expand All @@ -33,8 +34,10 @@ build:
requirements:
build:
- {{ compiler("c") }} # [unix]
- {{ stdlib("c") }} # [unix]
- {{ compiler("fortran") }} # [unix]
- {{ compiler("m2w64_c") }} # [win]
- {{ stdlib("m2w64_c") }} # [win]
- {{ compiler("m2w64_fortran") }} # [win]
- cmake
- m2-make # [win]
Expand Down Expand Up @@ -66,6 +69,7 @@ outputs:
requirements:
build:
- {{ compiler('fortran') }} # [blas_impl == 'accelerate']
- {{ stdlib('c') }} # [blas_impl == 'accelerate']
host:
- libopenblas 0.3.27 # [blas_impl == 'openblas']
# from https://github.com/conda-forge/intel_repack-feedstock/
Expand Down Expand Up @@ -230,8 +234,10 @@ outputs:
requirements:
build:
- {{ compiler('c') }} # [unix]
- {{ stdlib('c') }} # [unix]
- {{ compiler('fortran') }} # [unix]
- {{ compiler('m2w64_c') }} # [win]
- {{ stdlib('m2w64_c') }} # [win]
- {{ compiler('m2w64_fortran') }} # [win]
- cmake
- m2-make # [win]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
From edbf3225c76685d753715d1f0055e56c89dda2d1 Mon Sep 17 00:00:00 2001
From 48c2ace8dcd69883470c67562d0e0b36ee1ddd90 Mon Sep 17 00:00:00 2001
From: Isuru Fernando <[email protected]>
Date: Mon, 7 Jan 2019 00:23:59 -0600
Subject: [PATCH] Test BLAS and LAPACKE in addition to LAPACK
Subject: [PATCH 1/2] Test BLAS and LAPACKE in addition to LAPACK

---
CMakeLists.txt | 2 ++
1 file changed, 2 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d9dbf974..dabab4c0 100644
index d9dbf9746..dabab4c02 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -295,6 +295,8 @@ endif()
Expand All @@ -20,6 +20,3 @@ index d9dbf974..dabab4c0 100644
endif()

# --------------------------------------------------
--
2.26.2.windows.1

22 changes: 22 additions & 0 deletions recipe/patches/0002-remove-extraneous-semicolon.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
From 024de713931ec886eacf032e64dd205b79588ad7 Mon Sep 17 00:00:00 2001
From: Iain Hibbert <[email protected]>
Date: Sun, 23 Feb 2020 21:39:25 +0000
Subject: [PATCH 2/2] remove extraneous semicolon

this semicolon causes a test to fail with read error, using g95
---
TESTING/dbal.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TESTING/dbal.in b/TESTING/dbal.in
index c00fe3e83..828629b15 100644
--- a/TESTING/dbal.in
+++ b/TESTING/dbal.in
@@ -209,6 +209,6 @@ DBL: Tests DGEBAL
0.00000000000000000000D+00 0.00000000000000000000D+00 0.00000000000000000000D+00 0.63043209914231165391D-03 0.10000000000000000000D+01 0.79310682416114036641D+03
0.00000000000000000000D+00 0.00000000000000000000D+00 0.00000000000000000000D+00 0.00000000000000000000D+00 0.12608641982846233078D-02 0.10000000000000000000D+01

- 2.494800386918399765D+291 1.582914569427869018D+175 1.004336277661868922D+59 3.186183822264904554D-58 5.053968264940243633D-175 0.40083367200179455560D-291;
+ 2.494800386918399765D+291 1.582914569427869018D+175 1.004336277661868922D+59 3.186183822264904554D-58 5.053968264940243633D-175 0.40083367200179455560D-291

0

0 comments on commit 43f17aa

Please sign in to comment.