From 58ba2d6065506fb65ca3c618df228f6bb517549d Mon Sep 17 00:00:00 2001 From: Decho Kocharin Date: Mon, 3 Feb 2025 15:32:12 +0700 Subject: [PATCH] Update build-libs-linux.sh --- src/Miningcore/build-libs-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Miningcore/build-libs-linux.sh b/src/Miningcore/build-libs-linux.sh index 385f4461c..79981e6d2 100755 --- a/src/Miningcore/build-libs-linux.sh +++ b/src/Miningcore/build-libs-linux.sh @@ -46,4 +46,4 @@ export HAVE_FEATURE="$HAVE_AES $HAVE_SSE2 $HAVE_SSE3 $HAVE_SSSE3 $HAVE_PCLMUL $H ((cd /tmp && rm -rf RandomARQ && git clone https://github.com/arqma/RandomARQ && cd RandomARQ && git checkout 14850620439045b319fa6398f5a164715c4a66ce && mkdir build && cd build && cmake -DARCH=native .. && make) && (cd ../Native/librandomarq && cp /tmp/RandomARQ/build/librandomx.a . && make clean && make) && mv ../Native/librandomarq/librandomarq.so "$OutDir") ((cd /tmp && rm -rf RandomSCASH && git clone https://github.com/scashnetwork/RandomX RandomSCASH && cd RandomSCASH && mkdir build && cd build && cmake -DARCH=native .. && make) && (cd ../Native/librandomscash && cp /tmp/RandomSCASH/build/librandomx.a . && make clean && make) && mv ../Native/librandomscash/librandomscash.so "$OutDir") ((cd /tmp && rm -rf RandomXEQ && git clone https://github.com/EquilibriaCC/RandomXEQ && cd RandomXEQ && mkdir build && cd build && cmake -DARCH=native .. && make) && (cd ../Native/librandomxeq && cp /tmp/RandomXEQ/build/librandomx.a . && make clean && make) && mv ../Native/librandomxeq/librandomxeq.so "$OutDir") -((cd /tmp && rm -rf Panthera && git clone https://github.com/scala-network/Panthera && cd Panthera && mkdir build && cd build && cmake -DARCH=native .. && make) && (cd ../Native/libpanthera && cp /tmp/Panthera/build/librandomx.a . && make clean && make) && mv ../Native/libpanthera/libpanthera.so "$OutDir") \ No newline at end of file +((cd /tmp && rm -rf Panthera && git clone https://github.com/scala-network/Panthera && cd Panthera && mkdir build && cd build && cmake -DARCH=native .. && make) && (cd ../Native/libpanthera && cp /tmp/Panthera/build/librandomx.a . && make clean && make) && mv ../Native/libpanthera/libpanthera.so "$OutDir")