leto / math--gsl

Perl interface to the GNU Scientific Library
http://leto.net/code/Math-GSL
34 stars 25 forks source link

Added docker files to create dist #197

Closed hakonhagland closed 4 years ago

hakonhagland commented 4 years ago

Added docker files to create a new CPAN distribution.

To build the CPAN distribution you can do:

cd docker
./build_image.sh
./run.sh 2.6  # <-- Uses GSL version 2.6 to build the distribution

after run.sh finishes you are left in the bash shell of the docker container with a file Math-GSL-0.40.tar.gz. As I understand, you can now go to

https://pause.perl.org/pause/authenquery?ACTION=add_uri

and upload this file to CPAN?

leto commented 4 years ago

@hakonhagland I have a way to generate CPAN binaries already via normal Perl tools, but this looks interesting