Source code taken from:

https://www.dropbox.com/s/18oi02srbot3h9p/cp2k_single_file.f90.gz

Minor changes (=segmentation of the original too large file) in this particular
version were done by Alan Liska & Veronika Ruzickova (JHI Prague, Czech Republic). 

Homepage of the CP2K project:

https://www.cp2k.org/

License: GPL (v.3)

Compilation:

(0) make sure that you had installed Android-NDK toolchain with support for Fortran
    (if not, you can download one from Internet: https://github.com/buffer51/android-gfortran/releases)
    and that you added the corresponding /bin folder to your %PATH% in Windows settings
(1) (compile and) prepare BLAS and LAPACK libraries libblas.a and liblapack.a to the same directory
    where you want to compile CP2K
(2) open the location in Cygwin/Mingw-msys and start the compilation by
    make
(3) binary cp2k.exe will appear in the same location



