diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-01-20 01:22:46 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-01-20 01:22:46 +0000 |
commit | aa9ea3249e33567fdc9311e3f3be35ddaa215293 (patch) | |
tree | 6ea0b8cf062e4eae3a14887756a5f221fafc9b62 /science | |
parent | a1b7830959686ee4b5bcd98c114ae19668a4eec4 (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/octopus/files/patch-configure | 11 | ||||
-rw-r--r-- | science/octopus/files/patch-external__libs_Makefile.in | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/science/octopus/files/patch-configure b/science/octopus/files/patch-configure new file mode 100644 index 000000000000..3ddd1bc003e4 --- /dev/null +++ b/science/octopus/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2019-01-19 22:21:03 UTC ++++ configure +@@ -900,7 +900,7 @@ CPP + FC + FCFLAGS + FCCPP' +-ac_subdirs_all='external_libs/spglib-1.9.9' ++ac_subdirs_all='' + + # Initialize some variables set by options. + ac_init_help= diff --git a/science/octopus/files/patch-external__libs_Makefile.in b/science/octopus/files/patch-external__libs_Makefile.in new file mode 100644 index 000000000000..37dddc97d4a9 --- /dev/null +++ b/science/octopus/files/patch-external__libs_Makefile.in @@ -0,0 +1,10 @@ +--- external_libs/Makefile.in.orig 2019-01-19 22:16:26 UTC ++++ external_libs/Makefile.in +@@ -392,7 +392,6 @@ top_srcdir = @top_srcdir@ + SUBDIRS = \ + metis-5.1 \ + qshep \ +- spglib-1.9.9 \ + fortrancl \ + bpdn \ + yaml-0.1.4 \ |