Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
West
Commits
35baa9f2
Commit
35baa9f2
authored
Sep 29, 2019
by
Marco Govoni
Browse files
Updated python path and version to 4.0.0
parent
a40056dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/west_version.f90.in
View file @
35baa9f2
...
...
@@ -18,7 +18,7 @@ MODULE west_version
!
SAVE
!
CHARACTER (LEN=6) :: west_version_number = '
3.1.1
'
CHARACTER (LEN=6) :: west_version_number = '
4.0.0
'
CHARACTER (LEN=512) :: west_git_revision = 'unknown'
CHARACTER (LEN=512) :: west_forpy_path = 'unset'
TYPE(list) :: paths
...
...
@@ -36,7 +36,7 @@ MODULE west_version
IERR = get_sys_path(paths)
IF(IERR/=0) CALL errore('forpy','Err: cannot get_sys_path',1)
!
IERR = paths%append(TRIM(ADJUSTL(west_forpy_path))//"West/
T
ools")
IERR = paths%append(TRIM(ADJUSTL(west_forpy_path))//"West/
Pyt
ools")
IF(IERR/=0) CALL errore('forpy','Err: cannot append paths',1)
END SUBROUTINE
!
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment