mirror of
https://github.com/Feliix42/mlir.nix.git
synced 2024-11-22 10:46:29 +00:00
undo the damage done by Karl
This commit is contained in:
parent
6f09cea3fe
commit
a2b9735c24
2 changed files with 5 additions and 5 deletions
|
@ -2,11 +2,11 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1698160471,
|
"lastModified": 1698288402,
|
||||||
"narHash": "sha256-lH7ZEItqQOWi21St9JyE6t3yyFNYGoQqSEcS90WMnBY=",
|
"narHash": "sha256-jIIjApPdm+4yt8PglX8pUOexAdEiAax/DXW3S/Mb21E=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "04f431fe64a5ba8ff129cbbbfec489cfe903982c",
|
"rev": "60b9db998f71ea49e1a9c41824d09aa274be1344",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -67,8 +67,8 @@
|
||||||
"-DCMAKE_BUILD_TYPE=Debug"
|
"-DCMAKE_BUILD_TYPE=Debug"
|
||||||
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON"
|
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON"
|
||||||
# from the original LLVM expr
|
# from the original LLVM expr
|
||||||
#"-DLLVM_LINK_LLVM_DYLIB=ON"
|
"-DLLVM_LINK_LLVM_DYLIB=ON"
|
||||||
"-DBUILD_SHARED_LIBS=ON"
|
#"-DBUILD_SHARED_LIBS=ON"
|
||||||
# inst will be our installation prefix
|
# inst will be our installation prefix
|
||||||
#"-DCMAKE_INSTALL_PREFIX=../inst"
|
#"-DCMAKE_INSTALL_PREFIX=../inst"
|
||||||
# "-DLLVM_INSTALL_TOOLCHAIN_ONLY=ON"
|
# "-DLLVM_INSTALL_TOOLCHAIN_ONLY=ON"
|
||||||
|
|
Loading…
Reference in a new issue