Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNT: rerender #119

Merged
merged 4 commits into from
Jul 22, 2024
Merged

Conversation

conda-forge-admin
Copy link
Contributor

@conda-forge-admin conda-forge-admin commented Apr 29, 2024

There's a new build number for MKL (see here) that ends up confusing the blas packages. Rebuild


Hi! This is the friendly automated conda-forge-webservice.

I've started rerendering the recipe as instructed in #118.

If I find any needed changes to the recipe, I'll push them to this PR shortly. Thank you for waiting!

Here's a checklist to do before merging.

  • Bump the build number if needed.

Fixes #118

@conda-forge-webservices
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@h-vetinari h-vetinari force-pushed the conda_forge_admin_118 branch from e10e702 to d0d4bfd Compare July 22, 2024 21:13
@conda-forge-webservices
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml) and found it was in an excellent condition.

@h-vetinari
Copy link
Member

Great, this is broken now. 😑

linux (all)

 35/107 Test  #35: LAPACK-xeigtstd_dbal_in ..........***Failed    0.08 sec
Running: /home/conda/feedstock_root/build_artifacts/blas-split_1721683379682/work/build/bin/xeigtstd
ARGS= OUTPUT_FILE;/home/conda/feedstock_root/build_artifacts/blas-split_1721683379682/work/build/TESTING/dbal.out;ERROR_FILE;/home/conda/feedstock_root/build_artifacts/blas-split_1721683379682/work/build/TESTING/dbal.out.err;INPUT_FILE;/home/conda/feedstock_root/build_artifacts/blas-split_1721683379682/work/TESTING/dbal.in
Test OUTPUT:

Test ERROR:
At line 119 of file /home/conda/feedstock_root/build_artifacts/blas-split_1721683379682/work/TESTING/EIG/dchkbl.f (unit = 5, file = 'stdin')
Fortran runtime error: Semicolon not allowed as separator with DECIMAL='point'

seems that libgfortran 14 got stricter about something. Not sure what semicolon is supposed to be found at that point, and this also hasn't changed since.

Ah, found a related GCC bug, which points to Reference-LAPACK/lapack@64e8a75.

osx + openblas

The following tests FAILED:
	 91 - LAPACK_Test_Summary (Failed)

more precisely:

Illegal Error: 206

Testing REAL              Eigen-Condition-sec.out Traceback (most recent call last):
  File "/Users/runner/miniforge3/conda-bld/blas-split_1721683405261/work/build/lapack_testing.py", line 273, in <module>
    nb_test = run_summary_test(f, cmdbase, short_summary)
  File "/Users/runner/miniforge3/conda-bld/blas-split_1721683405261/work/build/lapack_testing.py", line 140, in run_summary_test
    for line in pipe.readlines():
  File "/Users/runner/miniforge3/lib/python3.10/codecs.py", line 322, in decode
    (result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 1682: invalid start byte

no idea why this doesn't occur for the other implementations

@h-vetinari
Copy link
Member

Since this was about MKL and not openblas (unchanged), I'm merging this for now. It'll be a better base for creating a 3.9 branch, and we can still fix the osx error which we'll have to figure out anyway in #114

@h-vetinari h-vetinari merged commit 43f17aa into conda-forge:main Jul 22, 2024
12 of 14 checks passed
@h-vetinari h-vetinari mentioned this pull request Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@conda-forge-admin please rerender
2 participants