Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
nardi
/
cyhighs
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Link HiGHS via meson-jll instead of building from source
- #12
#12
Open
nardi
wants to merge 28 commits into
main
nardi/cyhighs:main
from
meson-jll
nardi/cyhighs:meson-jll
Copy head branch name to clipboard
Conversation
Commits
28
(28)
Checks
Files changed
Open
Link HiGHS via meson-jll instead of building from source
#12
nardi
wants to merge 28 commits into
main
nardi/cyhighs:main
from
meson-jll
nardi/cyhighs:meson-jll
Copy head branch name to clipboard
Commits
Commits on Jul 17, 2026
Build HiGHS's BLAS through libblastrampoline on all platforms
Show description for cbbcfa8
claude
authored and
nardi
committed
cbbcfa8
View commit details
Copy full SHA for cbbcfa8
Browse repository at this point
feat: Allow the user to choose a preferred BLAS backend
nardi
committed
d8b8038
View commit details
Copy full SHA for d8b8038
Browse repository at this point
docs: Document CYHIGHS_LBT_PREFER and CYHIGHS_LBT_DEBUG
Show description for a20189d
claude
committed
a20189d
View commit details
Copy full SHA for a20189d
Browse repository at this point
ci: Benchmark both OpenBLAS and MKL on Linux and Windows
Show description for 9314767
claude
committed
9314767
View commit details
Copy full SHA for 9314767
Browse repository at this point
feat: Forward OpenBLAS thread-count control through lbt
Show description for 00addba
claude
committed
00addba
View commit details
Copy full SHA for 00addba
Browse repository at this point
feat: Add CYHIGHS_USE_LBT to link OpenBLAS directly, bypassing lbt
Show description for 7a98f19
claude
committed
7a98f19
View commit details
Copy full SHA for 7a98f19
Browse repository at this point
ci: Benchmark the static (no lbt) variant on Linux and Windows
Show description for 8b63104
claude
committed
8b63104
View commit details
Copy full SHA for 8b63104
Browse repository at this point
feat: Attach static (no lbt) wheels to GitHub releases
Show description for 599149d
claude
committed
599149d
View commit details
Copy full SHA for 599149d
Browse repository at this point
fix: Force bash for the static variant's version-tagging step
Show description for 5f55cb2
claude
committed
5f55cb2
View commit details
Copy full SHA for 5f55cb2
Browse repository at this point
Commits on Jul 20, 2026
feat: Link HiGHS via meson-jll instead of building from source
Show description for 791c450
nardi
committed
791c450
View commit details
Copy full SHA for 791c450
Browse repository at this point
fix: Resolve CI failures in the meson-jll build
Show description for bf81327
claude
committed
bf81327
View commit details
Copy full SHA for bf81327
Browse repository at this point
fix: Address second round of CI failures in the meson-jll build
Show description for 96d516e
claude
committed
96d516e
View commit details
Copy full SHA for 96d516e
Browse repository at this point
fix: Fix Linux soname symlinks and force the Zlib subproject to actually run
Show description for 2cc0d29
claude
committed
2cc0d29
View commit details
Copy full SHA for 2cc0d29
Browse repository at this point
fix: Replace install_symlink with fs.copyfile for soname compat names
Show description for c86ef76
claude
committed
c86ef76
View commit details
Copy full SHA for c86ef76
Browse repository at this point
fix: Bundle remaining soname-compat copies (Linux CSL, macOS HiGHS/OpenBLAS32/lbt)
Show description for 90a91b1
claude
committed
90a91b1
View commit details
Copy full SHA for 90a91b1
Browse repository at this point
fix: Stop double-linking Zlib into _core, diagnose Linux auditwheel crash
Show description for a39c953
claude
committed
a39c953
View commit details
Copy full SHA for a39c953
Browse repository at this point
fix: De-duplicate macOS LC_RPATH entries, fix auditwheel -v placement
Show description for 54f3229
claude
committed
54f3229
View commit details
Copy full SHA for 54f3229
Browse repository at this point
fix: Move macOS RPATH dedup to run after meson-python's own fix-up
Show description for beedd23
claude
committed
beedd23
View commit details
Copy full SHA for beedd23
Browse repository at this point
fix: Reference rpath-dedup script via $GITHUB_WORKSPACE; add Linux wheel diagnostic
Show description for 57be215
claude
committed
57be215
View commit details
Copy full SHA for 57be215
Browse repository at this point
fix: Search the repaired-wheel libs dir when binding libblastrampoline
Show description for 5d16264
nardi
committed
5d16264
View commit details
Copy full SHA for 5d16264
Browse repository at this point
fix: Bundle the real libgcc_s ELF, not its GNU ld linker script
Show description for a396e2e
claude
committed
a396e2e
View commit details
Copy full SHA for a396e2e
Browse repository at this point
fix: Apply the same soname/libgcc_s fixes to the musllinux packagefiles
Show description for 925bd8d
claude
committed
925bd8d
View commit details
Copy full SHA for 925bd8d
Browse repository at this point
Commits on Jul 21, 2026
fix: Simplify meson-jll build setup
nardi
committed
fb3e032
View commit details
Copy full SHA for fb3e032
Browse repository at this point
fix: Restore CompilerSupportLibraries symlink/DLL fallbacks lost in regen
Show description for d989ae1
claude
committed
d989ae1
View commit details
Copy full SHA for d989ae1
Browse repository at this point
Commits on Jul 22, 2026
fix: Add .wraplock to gitignore
nardi
committed
e70cbd2
View commit details
Copy full SHA for e70cbd2
Browse repository at this point
fix: Regenerate wraps with new meson-jll build
nardi
committed
db901df
View commit details
Copy full SHA for db901df
Browse repository at this point
feat: Strip binaries on build
nardi
committed
65f36fd
View commit details
Copy full SHA for 65f36fd
Browse repository at this point
fix: Regenerate wraps with new meson-jll build
nardi
committed
ddd362a
View commit details
Copy full SHA for ddd362a
Browse repository at this point
You can’t perform that action at this time.