Skip to content

WIP Packaging of Intel LLVM, OneAPI and related tools for Nix, hopefully to be upstreamed to nixpkgs at some point

Notifications You must be signed in to change notification settings

blenderfreaky/intel-nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work in progress packaging of Intel oneAPI Suite for NixOS

Not stable yet

I hope to upstream this to nixpkgs once it works properly

See NixOS/nixpkgs#470035 and NixOS/nixpkgs#424900

Toolkits, via installer

NIXPKGS_ALLOW_UNFREE=1 nix build --impure --print-build-logs .#toolkits.installer.{base,hpc}

Open source compiler and libraries, built from source

Provides an stdenv for derivations and co via src.llvm.stdenv

nix build --print-build-logs .#src.llvm
nix build --print-build-logs .#src.{oneMath,oneDNN}

Closed source compiler and libraries, from intel apt repository

TODO

nix build --print-build-logs .#deb.*

About

WIP Packaging of Intel LLVM, OneAPI and related tools for Nix, hopefully to be upstreamed to nixpkgs at some point

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published