Fix BLAS/LAPACK DLL usage on Windows.

This commit is contained in:
Antonio Sánchez
2025-10-10 00:09:45 +00:00
committed by Rasmus Munk Larsen
parent ef3c5c1d1d
commit dbe9e6961e
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.