Use cpic from git

This commit is contained in:
Rodrigo Arias 2020-06-17 16:39:04 +02:00
parent 210e705653
commit 040f205538

View File

@ -13,22 +13,13 @@ stdenv.mkDerivation rec {
name = "cpic"; name = "cpic";
# Use my current cpic version, so I can test changes without commits # Use my current cpic version, so I can test changes without commits
src = /home/Computational/rarias/cpic; #src = /home/Computational/rarias/cpic;
# src = builtins.fetchGit { src = builtins.fetchGit {
# url = "https://github.com/rodarima/cpic"; url = "https://github.com/rodarima/cpic";
## rev = "73bd70448587f0925b89e24c8f17e412ea3958e6"; # rev = "73bd70448587f0925b89e24c8f17e412ea3958e6";
# ref = "master"; ref = "simd";
# }; };
postConfigure = ''
#env
'';
preConfigure = ''
export TAMPI_HOME="${tampi}"
#export NIX_DEBUG=5
'';
enableParallelBuilding = true; enableParallelBuilding = true;
dontStrip = true; dontStrip = true;