Closed hakonhagland closed 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
run.sh
Math-GSL-0.40.tar.gz
https://pause.perl.org/pause/authenquery?ACTION=add_uri
and upload this file to CPAN?
@hakonhagland I have a way to generate CPAN binaries already via normal Perl tools, but this looks interesting
Added docker files to create a new CPAN distribution.
To build the CPAN distribution you can do:
after
run.sh
finishes you are left in the bash shell of the docker container with a fileMath-GSL-0.40.tar.gz
. As I understand, you can now go tohttps://pause.perl.org/pause/authenquery?ACTION=add_uri
and upload this file to CPAN?