Fix BLAS/LAPACK DLL usage on Windows.

(cherry picked from commit dbe9e6961e)
This commit is contained in:
Antonio Sánchez
2025-10-10 00:09:45 +00:00
committed by Antonio Sanchez
parent 6c1a886042
commit e2e711aabe
7 changed files with 572 additions and 519 deletions

View File

@@ -1,9 +1,6 @@
# Powershell script to set up MSVC environment.
param ($EIGEN_CI_MSVC_ARCH, $EIGEN_CI_MSVC_VER)
Set-PSDebug -Trace 1
function Get-ScriptDirectory { Split-Path $MyInvocation.ScriptName }
# Set defaults if not already set.