diff --git a/.github/workflows/PushWorkflow.yml b/.github/workflows/PushWorkflow.yml index 9ebc481..e00ad71 100644 --- a/.github/workflows/PushWorkflow.yml +++ b/.github/workflows/PushWorkflow.yml @@ -1,4 +1,4 @@ -name: CI DMFT_ED test workflow +name: CI EDIpack2 test workflow on: push @@ -7,7 +7,7 @@ defaults: shell: bash -l {0} jobs: - test-QcmP: + test-EDIpack2: runs-on: ${{ matrix.os }} strategy: fail-fast: false @@ -38,14 +38,14 @@ jobs: # Build EDIpack2 - name: Cloning EDIpack2 - run: git clone https://github.com/aamaricci/EDIpack2.0 EDIpack2 + run: git clone https://github.com/aamaricci/EDIpack2.0.git EDIpack2 - name: Install EDIpack2 run: | source ~/.scifor_config_user export PKG_CONFIG_PATH=~/.pkgconfig.d export GLOB_INC=$( pkg-config --cflags scifor ) export GLOB_LIB=$( pkg-config --libs scifor | sed "s/;/ /g" | sed 's/\\/ /g' ) - EDIpack2/bin/ci_setup_dmft_ed.sh + EDIpack2/bin/ci_setup_edipack2.sh @@ -55,10 +55,10 @@ jobs: - name: Building tests run: | source ~/.scifor_config_user - source ~/.dmft_ed_config_user + source ~/.edipack2_config_user export PKG_CONFIG_PATH=~/.pkgconfig.d - export GLOB_INC=$( pkg-config --cflags scifor dmft_ed) - export GLOB_LIB=$( pkg-config --libs scifor dmft_ed | sed "s/;/ /g" | sed 's/\\/ /g' ) + export GLOB_INC=$( pkg-config --cflags scifor edipack2) + export GLOB_LIB=$( pkg-config --libs scifor edipack2 | sed "s/;/ /g" | sed 's/\\/ /g' ) cd EDIpack2/test export TERM=xterm make all diff --git a/CMakeLists.txt b/CMakeLists.txt index d76fe60..3c51e49 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # DMFTED PROJECT ################################################## CMAKE_MINIMUM_REQUIRED(VERSION 3.0.0) -PROJECT(dmft_ed Fortran) +PROJECT(edipack2 Fortran) SET(VERSION 0.4.7) @@ -122,7 +122,7 @@ ADD_SUBDIRECTORY(${LIB_SRC}/ED_NONSU2) ADD_SUBDIRECTORY(${LIB_SRC}) -ADD_LIBRARY(dmft_ed STATIC +ADD_LIBRARY(edipack2 STATIC $ $ $ diff --git a/README.md b/README.md index 3c636f6..af7792c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # EDIpack2.0: Massively parallel Exact Diagonalization for generic Quantum Impurity problems -[![TestSuite](https://img.shields.io/github/actions/workflow/status/aamaricci/DMFT_ED/PushWorkflow.yml?label=TestSuite&logo=Fortran&style=flat-square)](https://github.com/aamaricci/DMFT_ED/actions/workflows/PushWorkflow.yml) +[![TestSuite](https://img.shields.io/github/actions/workflow/status/aamaricci/EDIpack2/PushWorkflow.yml?label=TestSuite&logo=Fortran&style=flat-square)](https://github.com/aamaricci/EDIpack2/actions/workflows/PushWorkflow.yml)