mkl-static
Intel® oneAPI Math Kernel Library
What it is and what it does
mkl-static packages Intel's oneAPI Math Kernel Library as a Python-installable wheel, exposing C and Data Parallel C++ (DPC++) interfaces for high-performance mathematical computing. It is designed for applications requiring optimized mathematical routines on Intel processors and compatible GPUs.
The package depends on intel-openmp, tbb-devel, and mkl-include at runtime. Installation is straightforward via pip, but the MKLROOT environment variable must be configured manually afterward—it is not set automatically by the PyPI installation. Users typically call MKL routines through C interfaces via ctypes or compiled extensions rather than through direct Python APIs.
Use it for:
- Accelerate numerical computations in scientific Python applications by linking to optimized MKL routines from C/C++ code.
- Build high-performance machine learning or data science pipelines that require fast mathematical operations on Intel hardware.
- Develop GPU-accelerated applications using Data Parallel C++ (DPC++) that target Intel processors and GPUs.
- Support research or engineering workflows requiring mathematical operations with Intel CPU/GPU tuning.
- Integrate MKL's threaded routines into existing C/C++ codebases for performance-critical sections.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides C and Data Parallel C++ interfaces to Intel's oneAPI Math Kernel Library for optimized mathematical computing on Intel CPUs and GPUs.
Yes, if you need Intel MKL's optimized math routines in a C/C++ or DPC++ application and are willing to manually configure MKLROOT after installation. The package is actively maintained, has no known vulnerabilities, and receives substantial downloads. The proprietary license and unclear license treatment warrant review before commercial use. Medium install friction is acceptable for the performance gains in numerical computing.
Install
mkl-static on PyPI
pip
pip install mkl-staticuv
uv add mkl-staticpoetry
poetry add mkl-staticInstalling mkl-static
Before you install
Medium install friction due to three runtime dependencies (intel-openmp, tbb-devel, mkl-include) and platform-specific wheels. Package is actively maintained with a recent release on 2026-07-01.
License in practice
Licensed under Intel Simplified Software License (proprietary, not SPDX-identified). License treatment is unclear—review Intel's terms before use in commercial or redistributed contexts.
Quickstart
pip install mkl-static
# After installation, set MKLROOT environment variable manually
# (not configured automatically by PyPI installation)
import ctypes
# Link against MKL C interfaces via ctypes or compiled code
MKLROOT environment variable must be set manually post-installation; requires knowledge of Intel MKL C interface usage patterns.
Verify before relying
- Exact Python version support (requires_python is unspecified in metadata)
- Whether tbb-devel and mkl-include are automatically resolved or require manual system setup
- Scope of GPU support and which Intel GPU architectures are covered
- Whether static linking avoids runtime library discovery overhead as claimed
Package facts
| License | Intel Simplified Software License (unclear) |
| Python support | not specified |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 3 — intel-openmp, tbb-devel, mkl-include |
| Maintenance | actively maintained — 44 days since the last release |
| First released | |
| Downloads | 141,050/month — #11,255 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mkl_static-2026.1.0-py2.py3-none-manylinux_2_28_x86_64.whl; mkl_static-2026.1.0-py2.py3-none-win_amd64.whl
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
mklIntel oneAPI Math Kernel Library provides…
unclear · top 15,000 on PyPI
mkl-includeProvides C and Data Parallel C++ (DPC++)…
unclear · top 15,000 on PyPI
onemkl-licenseProvides C and Data Parallel C++ (DPC++)…
unclear · top 15,000 on PyPI
onemkl-sycl-dftProvides optimized C and Data Parallel C++…
unclear · top 15,000 on PyPI
onemkl-sycl-rngProvides C and Data Parallel C++ (DPC++)…
unclear · top 15,000 on PyPI
onemkl-sycl-lapackProvides optimized C and Data Parallel C++…
unclear · top 15,000 on PyPI
onemkl-sycl-blasProvides optimized C and Data Parallel C++…
unclear · top 15,000 on PyPI
onemkl-sycl-sparseProvides C and Data Parallel C++ (DPC++)…
unclear · top 15,000 on PyPI
dpcpp-cpp-rtProvides compiler-specific runtime libraries…
unclear · top 15,000 on PyPI
intel-sycl-rtProvides the Intel oneAPI DPC++/C++ SYCL…
unclear · top 15,000 on PyPI