Source code taken from:

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

Minor changes (=segmentation of the original too large file and following
hard links to files corresponding to a standard Android filesystem) in this particular
version were done by Alan Liska & Veronika Ruzickova (JHI Prague, Czech Republic). 

/mnt/sdcard/cp2k/work/rho.bindata
/mnt/sdcard/cp2k/work/rhoa.bindata
/mnt/sdcard/cp2k/work/rhob.bindata
/mnt/sdcard/cp2k/work/ndrho.bindata
/mnt/sdcard/cp2k/work/ndrhoa.bindata
/mnt/sdcard/cp2k/work/ndrhob.bindata
/mnt/sdcard/cp2k/work/tau.bindata
/mnt/sdcard/cp2k/work/tau_a.bindata
/mnt/sdcard/cp2k/work/tau_v.bindata
/mnt/sdcard/cp2k/work/vxc.bindata
/mnt/sdcard/cp2k/work/vxc2.bindata
/mnt/sdcard/cp2k/work/vxc_tau.bindata
/mnt/sdcard/cp2k/work/vxc_tau2_a.bindata
/mnt/sdcard/cp2k/work/vxc_tau2_b.bindata
/mnt/sdcard/cp2k/work/WAIT
/mnt/sdcard/cp2k/work/bazant.mon
/mnt/sdcard/cp2k/work/lenosky.mon
/mnt/sdcard/cp2k/work/EXIT
/mnt/sdcard/cp2k/work/rho_target.dat
/mnt/sdcard/cp2k/work/OPT_BASIS
/mnt/sdcard/cp2k/work/GTH-PARAMETER
/mnt/sdcard/cp2k/work/linear_potentials.dat
/mnt/sdcard/cp2k/work/atom.dat
/mnt/sdcard/cp2k/work/POWELL_RESULT
/mnt/sdcard/cp2k/work/FIT_RESULT
/mnt/sdcard/cp2k/work/graph.col
/mnt/sdcard/cp2k/work/loads.dat
/mnt/sdcard/cp2k/work/WAITING
/mnt/sdcard/cp2k/work/MATRIX
/mnt/sdcard/cp2k/work/index.html
/mnt/sdcard/cp2k/work/references.html
/mnt/sdcard/cp2k/work/units.html
/mnt/sdcard/cp2k/work/iterate.dat
/mnt/sdcard/cp2k/work/mc_cell_length
/mnt/sdcard/cp2k/work/mc_energies
/mnt/sdcard/cp2k/work/mc_coordinates
/mnt/sdcard/cp2k/work/mc_molecules
/mnt/sdcard/cp2k/work/energy_differences_box

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



