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

Update dependencies #169

Open
2 of 3 tasks
rouson opened this issue Jan 9, 2025 · 1 comment
Open
2 of 3 tasks

Update dependencies #169

rouson opened this issue Jan 9, 2025 · 1 comment
Assignees

Comments

@rouson
Copy link
Collaborator

rouson commented Jan 9, 2025

In the fpm.toml, let's

  • Update the assert dependency to 2.0.0
  • Replace the sourcery dependency with the latest version of julienne (currently 1.7.0)
  • Update the code to replace sourcery data structures and procedures with julienne data structures and procedures.
@joehellmers joehellmers self-assigned this Jan 9, 2025
@joehellmers
Copy link
Collaborator

I was able to take care of the first two items easily enough. main...joehellmers:matcha:upd-dependencies.

Now I need to actually use the correct items from Julienne. The first, and perhaps only, problem is that I don't see a corresponding feature in Julienne for Sourcery's data_partition_t type.

././src/matcha_s.F90:6:24:

    6 |   use julienne_m, only : data_partition_t
      |                        1
Error: Symbol ‘data_partition_t’ referenced at (1) not found in module ‘julienne_m’

Is there a corresponding class in Julienne for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants