Skip to content

Creating MPD projects with colliding directories #22

@knoepfel

Description

@knoepfel

It is possible to create two separate MPD projects that refer to the same directories. This is bad and should be fixed.

knoepfel@scisoftbuild02 test-devel $ spack mpd n --name test-devel %gcc@14

==> Creating project: test-devel

  Project directories:
    top     /scratch/knoepfel/test-devel
    build   /scratch/knoepfel/test-devel/build
    local   /scratch/knoepfel/test-devel/local
    sources /scratch/knoepfel/test-devel/srcs

==> You can clone repositories for development by invoking

  > spack mpd git-clone --suites <suite name>

  (or type 'spack mpd git-clone --help' for more options)

knoepfel@scisoftbuild02 test-devel $ spack mpd n --name test-devel-2 %gcc@14

==> Creating project: test-devel-2

  Project directories:
    top     /scratch/knoepfel/test-devel
    build   /scratch/knoepfel/test-devel/build
    local   /scratch/knoepfel/test-devel/local
    sources /scratch/knoepfel/test-devel/srcs

==> You can clone repositories for development by invoking

  > spack mpd git-clone --suites <suite name>

  (or type 'spack mpd git-clone --help' for more options)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions