-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
area: building/installingIssue relates to the build system and installing from sourceIssue relates to the build system and installing from sourcekind: feature requestThe issue requests a feature that AMUSE does not currently haveThe issue requests a feature that AMUSE does not currently have
Description
Is your feature request related to a problem? Please describe.
The VADER code allows user-defined code to be included for specific problems. The old build system would compile all of these problem-specific workers separately, but this behavior has been removed with the new build system, leaving just a 'vanilla' worker without problem-specific routines.
Describe the solution you'd like
A restoration of the functionality of VADER's makefile to that as of commit 5666436 (the latest before the new build system), where all userFunc_{problem}.c files in the prob directory are detected, and a separate vader_{problem} worker is compiled for each.
Metadata
Metadata
Assignees
Labels
area: building/installingIssue relates to the build system and installing from sourceIssue relates to the build system and installing from sourcekind: feature requestThe issue requests a feature that AMUSE does not currently haveThe issue requests a feature that AMUSE does not currently have
Type
Projects
Status
In progress