HomeFreeBSD

Mark BROKEN

Tags
None
Referenced Files
F90: github_-profile.jpg
May 16 2020, 10:03 AM
Subscribers
None

Description

Mark BROKEN

gfortran9 -I/usr/local/include -ffree-line-length-none -Wl,-rpath=/usr/local/lib/gcc9 -fopenmp -I ../external_libs/bpdn -I ../external_libs/dftd3 -I ../external_libs/spglib-1.9.9/src/ -I /usr/include -I/usr/include -I /include -c -o species/atomic.o species/atomic_oct.f90
f951: Warning: Nonexistent include directory '../external_libs/spglib-1.9.9/src/' [-Wmissing-include-dirs]
f951: Warning: Nonexistent include directory '/include' [-Wmissing-include-dirs]
species/atomic.F90:299:26:

299 |     type(XC_F90(pointer_t)) :: x_conf, c_conf
    |                          1

Error: Derived type 'xc_f90_pointer_t' at (1) is being used before it is defined
species/atomic.F90:300:26:

300 |     type(XC_F90(pointer_t)) :: x_info, c_info
    |                          1

Error: Derived type 'xc_f90_pointer_t' at (1) is being used before it is defined
species/atomic.F90:322:34:

322 |       call XC_F90(func_init)(c_conf, c_info, XC_GGA_C_PBE, NSPIN)
    |                                  1

Error: Symbol 'c_conf' at (1) has no IMPLICIT type
species/atomic.F90:322:42:

322 |       call XC_F90(func_init)(c_conf, c_info, XC_GGA_C_PBE, NSPIN)
    |                                          1

Error: Symbol 'c_info' at (1) has no IMPLICIT type
species/atomic.F90:321:34:

321 |       call XC_F90(func_init)(x_conf, x_info, XC_GGA_X_PBE, NSPIN)
    |                                  1

Error: Symbol 'x_conf' at (1) has no IMPLICIT type
species/atomic.F90:321:42:

321 |       call XC_F90(func_init)(x_conf, x_info, XC_GGA_X_PBE, NSPIN)
    |                                          1

Error: Symbol 'x_info' at (1) has no IMPLICIT type

Reported by: pkg-fallout

Details

Provenance
antoineAuthored on
Parents
rP535374: Mark BROKEN
Branches
Unknown
Tags
Unknown