mirror of
https://github.com/Feliix42/mlir.nix.git
synced 2024-11-22 10:46:29 +00:00
update MLIR revision to llvmorg-17-init (for real)
This commit is contained in:
parent
c2c192814f
commit
376be0d393
1 changed files with 3 additions and 2 deletions
|
@ -9,13 +9,14 @@
|
||||||
|
|
||||||
# git revision to use (for version and git pull
|
# git revision to use (for version and git pull
|
||||||
gitRevision = "llvmorg-17-init";
|
gitRevision = "llvmorg-17-init";
|
||||||
|
# gitRevision = "603c286334b07f568d39f6706c848f576914f323";
|
||||||
|
|
||||||
# to work with older version of flakes
|
# to work with older version of flakes
|
||||||
lastModifiedDate = self.lastModifiedDate or self.lastModified or "19700101";
|
lastModifiedDate = self.lastModifiedDate or self.lastModified or "19700101";
|
||||||
|
|
||||||
# Generate a user-friendly version number.
|
# Generate a user-friendly version number.
|
||||||
version = builtins.substring 0 8 lastModifiedDate;
|
#version = builtins.substring 0 8 lastModifiedDate;
|
||||||
# version = gitRevision;
|
version = gitRevision;
|
||||||
|
|
||||||
# System types to support.
|
# System types to support.
|
||||||
supportedSystems = [ "x86_64-linux" ]; #"x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
|
supportedSystems = [ "x86_64-linux" ]; #"x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
|
||||||
|
|
Loading…
Reference in a new issue