lucretiomsp / MasterLu

MasterLu is your electronic music teacher in Pharo. MasterLu will teach you Phausto, to program you own DSP (Digital Signal Processors) and Coypu to program music on-the-fly with Pharo.
MIT License
0 stars 0 forks source link

Fix the baseline #1

Open PalumboN opened 2 weeks ago

PalumboN commented 2 weeks ago

I changed the baseline to:

baseline: spec

    <baseline>
    spec for: #common do: [
        spec
            package: 'Coypu'
            with: [ spec repository: 'github://lucretiomsp/Coypu' ];
            package: 'Phausto'
            with: [ spec repository: 'github://lucretiomsp/phausto' ];
            package: 'CoypuIDE' with: [ spec repository: 'github://lucretiomsp/CoypuIDE'] .

        "Internal dependencies"
        spec package: 'MasterLu' ]

Changes:


This almost works: just Block is missing, but it is a dependency of Toplo that is a dependency of CoypuIDE.

But, if you already have Block loaded in the image, it should work.

Tested in Pharo 12

lucretiomsp commented 2 weeks ago

I am changing the baseline and check the behaviour on a fresh image