mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 02:45:52 +00:00
fix stuff, don't strip
This commit is contained in:
parent
60bf00ea79
commit
b85062fcec
2 changed files with 2 additions and 9 deletions
|
@ -24,12 +24,13 @@
|
|||
preConfigure = "make config-clang";
|
||||
checkTarget = "test";
|
||||
installPhase = ''
|
||||
make install PREFIX=$out ABCEXTERNAL=yosys-abc
|
||||
make install PREFIX=$out ABCEXTERNAL=yosys-abc STRIP=\#
|
||||
ln -s ${abc-verifier}/bin/abc $out/bin/yosys-abc
|
||||
'';
|
||||
buildPhase = ''
|
||||
make -j$(nproc) ABCEXTERNAL=yosys-abc
|
||||
'';
|
||||
dontStrip = true;
|
||||
meta = with pkgs.lib; {
|
||||
description = "Yosys Open SYnthesis Suite";
|
||||
homepage = "https://yosyshq.net/yosys/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue