Skip to content

Commit

Permalink
Update build-libs-linux.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Feb 3, 2025
1 parent 1e58dd4 commit 58ba2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Miningcore/build-libs-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")
((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")

0 comments on commit 58ba2d6

Please sign in to comment.