Skip to content

build: try with patched scirs#6

Open
lmmx wants to merge 6 commits intomasterfrom
build-scirs-patch
Open

build: try with patched scirs#6
lmmx wants to merge 6 commits intomasterfrom
build-scirs-patch

Conversation

@lmmx
Copy link
Owner

@lmmx lmmx commented May 6, 2025

For reference:

  • the test-powell-quadratic (scirs2 v0.1.0-alpha-1) was my patch that allowed scirs to work at all here
  • the patch-1 PR (name chosen by GitHub web UI), v0.1.0-alpha-2 was the one where I peppered extern crate blas; and extern crate openblas_src; around the repo to ensure it would be "explicitly linked" against BLAS (and not say that there were undefined symbols like cblas_dgemv etc

This PR tries to swap the first branch for the 2nd one. I have low expectations as I already observed this led to 2 hours+ waiting for the i686 build (that was 6 mins using the 1st branch). Some sort of severe regression that is either an endless build for some unknown/unknowable reason (there are no logs being emitted), which can happen in compilation, or the openblas-src is somehow building from source rather than using the system libs. I don't see why this should happen but I don't know.

@lmmx lmmx mentioned this pull request May 6, 2025
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.

1 participant