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

Makefile save function sets the PROJ variable in the Makefile to the actual name the project was saved with. #260

Closed
wants to merge 8 commits into from

Commits on Jun 5, 2024

  1. changes to the cp command from make save and make load to allow user …

    …project config and custom_modules with a folder structure.
    elmbeech committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    5c1693b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. the Makefile-default reset function is now compatible with the config…

    … and custom_modules deep folder structure.
    elmbeech committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1bcc768 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. updated Makefile reset function, so that the function is compatible w…

    …ith the config and custome_modules deep folder structure.
    elmbeech committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    ec3ed6e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'development' of github.com:MathCancer/PhysiCell into pa…

    …tch_deep_custom_modules
    elmbeech committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    085838e View commit details
    Browse the repository at this point in the history
  3. updated Makefile checkpoint function, so that the function is compati…

    …ble with the config and custome_modules deep folder structure.
    elmbeech committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    364101e View commit details
    Browse the repository at this point in the history
  4. the Makefile reset function now uses sample_projects/PhysiCell_settin…

    …gs.xml-default instead of config/PhysiCell_settings-backup.xml to restore initial condition.
    elmbeech committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    74d3b12 View commit details
    Browse the repository at this point in the history
  5. the Makefile save function sets the PROJ variable in the Makefile to …

    …the actual name the project was saved with.
    elmbeech committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    ef5e722 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Makefile save function sets the PROJ variable is now solved with awk …

    …instead of sed, to be hopefully compatible with all supported platforms and unix flavors.
    elmbeech committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e334eb6 View commit details
    Browse the repository at this point in the history