public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/mopac7/files/
@ 2020-11-21 21:22 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2020-11-21 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     c686715a25d808342ad192a74566ea58f0b73d3a
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Nov 21 21:21:14 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 21:21:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c686715a

sci-chemistry/mopac7: update Makefile

Static libs support was dropped in
6462d72580431c13b96063e7a6935e4f89b281f4. Update the Makefile to reflect
changes. 'ar' is not being called anymore.

Closes: https://bugs.gentoo.org/724400
Closes: https://github.com/gentoo/gentoo/pull/18319
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-chemistry/mopac7/files/Makefile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sci-chemistry/mopac7/files/Makefile b/sci-chemistry/mopac7/files/Makefile
index 50370b3c278..bcada8b0a88 100644
--- a/sci-chemistry/mopac7/files/Makefile
+++ b/sci-chemistry/mopac7/files/Makefile
@@ -16,8 +16,3 @@ clean:
 libgmxmopac7: $(objects)
 	$(FC) -shared $(LDFLAGS) -Wl,-soname,libgmxmopac7.so.$(MAJOR) -o $@.so.$(VERSION) $^ $(LIBS)
 	ln -sf $@.so.$(VERSION) libgmxmopac7.so
-
-static: $(objects)
-	ar rcv libgmxmopac7.a *.o
-	ranlib libgmxmopac7.a
-


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-21 21:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-21 21:22 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/mopac7/files/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox