ForestClaw / forestclaw

Quadtree/octree adaptive PDE solver based based on p4est.
http://www.forestclaw.org
BSD 2-Clause "Simplified" License
58 stars 21 forks source link

Problem with Make install; header file getting overwritten? #134

Closed donnaaboise closed 6 years ago

donnaaboise commented 6 years ago

Building from a distribribution and then doing make install returns the following error :

ric.hpp ../forestclaw/src/patches/metric/fclaw2d_metric_default.h ../forestclaw/src/patches/metric/fclaw2d_metric_default_fort.h ../forestclaw/src/patches/metric/fortran_source2d/metric_terms.i ../forestclaw/src/solvers/fc2d_clawpack4.6/fc2d_clawpack46.h ../forestclaw/src/solvers/fc2d_clawpack4.6/fc2d_clawpack46_options.h ../forestclaw/src/solvers/fc2d_clawpack4.6/clawpack46_user_fort.h ../forestclaw/src/solvers/fc2d_clawpack4.6/fc2d_clawpack46_fort.h ../forestclaw/src/solvers/fc2d_clawpack5/fc2d_clawpack5.h ../forestclaw/src/solvers/fc2d_clawpack5/fc2d_clawpack5_options.h ../forestclaw/src/solvers/fc2d_clawpack5/clawpack5_user_fort.h ../forestclaw/src/solvers/fc2d_clawpack5/fc2d_clawpack5_fort.h '/Users/calhoun/tmp/forestclaw-build/local/include'
install: will not overwrite just-created '/Users/calhoun/tmp/forestclaw-build/local/include/fclaw2d_clawpatch_diagnostics.h' with '../forestclaw/src/patches/clawpatch/fclaw2d_clawpatch_diagnostics.h'
make[2]: *** [Makefile:8144: install-includeHEADERS] Error 1
make[2]: Leaving directory '/Users/calhoun/tmp/forestclaw-build'
make[1]: *** [Makefile:8659: install-am] Error 2
make[1]: Leaving directory '/Users/calhoun/tmp/forestclaw-build'
make: *** [Makefile:8192: install-recursive] Error 1

Doesn't seem to affect the build or run, but probably a bug in a Makefile somewhere.

cburstedde commented 6 years ago

The file applications/clawpack/acoustics/2d/radial/make_data.py is missing in develop.

cburstedde commented 6 years ago

The make install error is now fixed on develop.