--- id: mkl-static version: "2026.1.0" license: Intel Simplified Software License license_treatment: unclear maintenance: active --- # mkl-static — Intel® oneAPI Math Kernel Library License: unclear · Maintenance: active · Downloads: 141.1K/mo ## 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 above — 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 pip install mkl-static uv add mkl-static poetry add mkl-static ## Installing 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: unspecified - Install friction: medium - Maintenance: active - Downloads: 141.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags intel mkl math library, oneapi math kernel library, optimized linear algebra, intel cpu gpu math, high-performance computing math, dpc++ math routines, threaded math library, numerical-computing, intel-hardware, c-interface [View on SkillFed](https://skillfed.io/packages/mkl-static) · [View on PyPI](https://pypi.org/project/mkl-static/)