Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create minimal cmake implementation #421

Draft
wants to merge 52 commits into
base: v3
Choose a base branch
from

Commits on Aug 10, 2023

  1. Create minimal cmake impl

    The goal here is to be able to use both CMake and Makefile system interchangeably. Major change is create a system which "picks" the correct lapack wrap bodies.
    kmp5VT committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7a3b64b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15e0e89 View commit details
    Browse the repository at this point in the history
  3. ifndef -> ifdef

    kmp5VT committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8581eb3 View commit details
    Browse the repository at this point in the history
  4. Remove uneccessary macro

    kmp5VT committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    98010f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f199017 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39e4aef View commit details
    Browse the repository at this point in the history
  7. Working on linear algebra

    kmp5VT committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b7bc327 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f65507 View commit details
    Browse the repository at this point in the history
  9. Update linear algebra

    kmp5VT committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9088c35 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Working to fix linear algebra

    kmp5VT committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    2f8d17f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Fix linear algebra

    kmp5VT committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    e5cf5bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1df8e61 View commit details
    Browse the repository at this point in the history
  3. Add ITENSOR_USE_OMP flag

    kmp5VT committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b82846b View commit details
    Browse the repository at this point in the history
  4. Fix zgeev

    kmp5VT committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    1f3b9bd View commit details
    Browse the repository at this point in the history
  5. Force CMAKE_STANDARD 20

    kmp5VT committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    65021ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22d92e8 View commit details
    Browse the repository at this point in the history
  7. Fix HDF5 library link

    kmp5VT committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    02ebfb1 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    b128075 View commit details
    Browse the repository at this point in the history
  2. Use only one step

    kmp5VT committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    798c4ec View commit details
    Browse the repository at this point in the history
  3. Order was swapped by mistake

    kmp5VT committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    28dca20 View commit details
    Browse the repository at this point in the history
  4. install cmake

    kmp5VT committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8c62c90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fcba3b View commit details
    Browse the repository at this point in the history
  6. Add missing space

    kmp5VT committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    17f66e9 View commit details
    Browse the repository at this point in the history
  7. Adjust spaces

    kmp5VT committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    3cdc1f8 View commit details
    Browse the repository at this point in the history
  8. Fix formatting in Jenkinsfile

    kmp5VT committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    40d94fc View commit details
    Browse the repository at this point in the history
  9. ITENSORS -> ITENSOR

    kmp5VT committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    82cd3ec View commit details
    Browse the repository at this point in the history
  10. Build in src

    kmp5VT committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    7ca63f0 View commit details
    Browse the repository at this point in the history
  11. use . instead of pwd

    kmp5VT committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    5937488 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1d2761b View commit details
    Browse the repository at this point in the history
  13. Try to install cmake manually

    kmp5VT committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    bf9ac88 View commit details
    Browse the repository at this point in the history
  14. fix spelling error

    kmp5VT committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    fd53538 View commit details
    Browse the repository at this point in the history
  15. Add openssl for cmake

    kmp5VT committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b47a7ab View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a79fe9d View commit details
    Browse the repository at this point in the history
  17. Use pip instead of make

    kmp5VT committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    0e0d207 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    bf574d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1241db4 View commit details
    Browse the repository at this point in the history
  3. Add git to jenkins

    kmp5VT committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    70f11e8 View commit details
    Browse the repository at this point in the history
  4. Remove unecessary comments

    kmp5VT committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a18769c View commit details
    Browse the repository at this point in the history
  5. Revert changes to task_types.h

    kmp5VT committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    088497e View commit details
    Browse the repository at this point in the history
  6. Add back missing space

    kmp5VT committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    25639fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57e0e25 View commit details
    Browse the repository at this point in the history
  8. Use pip3 instead of pip

    kmp5VT committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    345dab0 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    3fe2398 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef17680 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    aed4b80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5125ae3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7508037 View commit details
    Browse the repository at this point in the history
  4. more formatting [no ci]

    kmp5VT committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f517e3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d001c20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25c9bf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    8034d30 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    4f6db7b View commit details
    Browse the repository at this point in the history