Hi Everyone,

We need some MacPort and Brew testers if anyone is available.

Effectively, for each MacPort or Brew provided compiler, we need to test 
that compiler. We have an OS X test script at 
https://cryptopp.com/wiki/Release_Testing#OS_X, so I think all we need to 
do is set CXX. For example (I'm guessing /opt/local/macports/bin is the 
correct path):
    
    make clean
    export CXX=/opt/local/macports/bin/clang++
    export CXXFLAGS="-DNDEBUG -g2 -O3 -std=c++03 -stdlib=libstdc++"
    make static dynamic cryptest.exe 2>&1 | tee make-macports-03.txt
    ./cryptest.exe v 2>&1 | tee -a make-macports-03.txt
    ./cryptest.exe tv all 2>&1 | tee -a make-macports-03.txt
    egrep "(FAILED|error)" make-macports-03.txt

I'd also need to look at the log files, so they will have to be gathered up 
and emailed.

Is anyone available who can perform MacPort and/or Brew testing?

Jeff

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to