Skip to content

Commit e193318

Browse files
committed
new QDUtil+AD_dnSVM libs
1 parent 68d53b3 commit e193318

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

Ext_Lib/Save_AD_dnSVM_devloc.zip

12.3 KB
Binary file not shown.

Ext_Lib/Save_QDUtilLib_devloc.zip

12.3 KB
Binary file not shown.

Ext_Lib/get_AD_dnSVM.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rm -rf $BaseName* #always remove the link
1616

1717
#latest release
1818
#latest HEAD version (dev version)
19-
version=https://github.com/lauvergn/AD_dnSVM/archive/refs/tags/v3.2.zip
19+
version=https://github.com/lauvergn/AD_dnSVM/archive/refs/tags/v3.4-dev.zip
2020

2121

2222
test -z $EXTLIB_TYPE && curl -LJ $version --output $LOC_version.zip

Ext_Lib/get_QDUtilLib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rm -rf $BaseName* #always remove the link
1414

1515

1616
#latest release
17-
version=https://github.com/lauvergn/QDUtilLib/archive/refs/tags/v0.7.zip
17+
version=https://github.com/lauvergn/QDUtilLib/archive/refs/tags/v0.10-dev.zip
1818
#latest HEAD version
1919
#version=https://github.com/lauvergn/QDUtilLib/archive/refs/heads/main.zip
2020

makefile

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -213,23 +213,6 @@ $(QMLIBA): $(OBJ)
213213
ar -cr $(QMLIBA) $(OBJ)
214214
@echo " done Library: "$(QMLIBA)
215215
#===============================================
216-
#=== external libraries ========================
217-
# AD_dnSVM + QDUTIL Lib
218-
#===============================================
219-
#
220-
$(QDLIBA):
221-
@test -d $(ExtLibDIR) || (echo $(ExtLibDIR) "does not exist" ; exit 1)
222-
@test -d $(QD_DIR) || (cd $(ExtLibDIR) ; ./get_QDUtilLib.sh $(EXTLIB_TYPE))
223-
@test -d $(QD_DIR) || (echo $(QD_DIR) "does not exist" ; exit 1)
224-
cd $(QD_DIR) ; make lib FC=$(FFC) OPT=$(OOPT) OMP=$(OOMP) LAPACK=$(LLAPACK) ExtLibDIR=$(ExtLibDIR)
225-
@echo " done " $(QDLIBA) " in QML"
226-
#
227-
$(ADLIBA):
228-
@test -d $(ExtLibDIR) || (echo $(ExtLibDIR) "does not exist" ; exit 1)
229-
@test -d $(AD_DIR) || (cd $(ExtLibDIR) ; ./get_AD_dnSVM.sh $(EXTLIB_TYPE))
230-
@test -d $(AD_DIR) || (echo $(AD_DIR) "does not exist" ; exit 1)
231-
cd $(AD_DIR) ; make lib FC=$(FFC) OPT=$(OOPT) OMP=$(OOMP) LAPACK=$(LLAPACK) ExtLibDIR=$(ExtLibDIR)
232-
@echo " done " $(AD_DIR) " in QML"
233216
#===============================================
234217
#
235218
#===============================================
@@ -268,6 +251,23 @@ zip: cleanall
268251
cd $(ExtLibSAVEDIR) ; zip -r Save_$(BaseName)_devloc.zip $(BaseName)_devloc
269252
cd $(ExtLibSAVEDIR) ; rm -rf $(BaseName)_devloc
270253
@echo " done zip"
254+
#=== external libraries ========================
255+
# AD_dnSVM + QDUTIL Lib
256+
#===============================================
257+
#
258+
$(QDLIBA):
259+
@test -d $(ExtLibDIR) || (echo $(ExtLibDIR) "does not exist" ; exit 1)
260+
@test -d $(QD_DIR) || (cd $(ExtLibDIR) ; ./get_QDUtilLib.sh $(EXTLIB_TYPE))
261+
@test -d $(QD_DIR) || (echo $(QD_DIR) "does not exist" ; exit 1)
262+
cd $(QD_DIR) ; make lib FC=$(FFC) OPT=$(OOPT) OMP=$(OOMP) LAPACK=$(LLAPACK) ExtLibDIR=$(ExtLibDIR)
263+
@echo " done " $(QDLIBA) " in "$(BaseName)
264+
#
265+
$(ADLIBA):
266+
@test -d $(ExtLibDIR) || (echo $(ExtLibDIR) "does not exist" ; exit 1)
267+
@test -d $(AD_DIR) || (cd $(ExtLibDIR) ; ./get_AD_dnSVM.sh $(EXTLIB_TYPE))
268+
@test -d $(AD_DIR) || (echo $(AD_DIR) "does not exist" ; exit 1)
269+
cd $(AD_DIR) ; make lib FC=$(FFC) OPT=$(OOPT) OMP=$(OOMP) LAPACK=$(LLAPACK) ExtLibDIR=$(ExtLibDIR)
270+
@echo " done " $(AD_DIR) " in "$(BaseName)
271271
#===============================================
272272
#============= module dependencies =============
273273
#===============================================

version-QML

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
QML = 20.0
1+
QML = 20.2

0 commit comments

Comments
 (0)