Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hysop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
particle_methods
hysop
Commits
a3fa8663
Commit
a3fa8663
authored
8 years ago
by
Franck Pérignon
Browse files
Options
Downloads
Patches
Plain Diff
fix f2hysop.pyf
parent
bb6ad46b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
cmake/fortran_utils.cmake
+1
-1
1 addition, 1 deletion
cmake/fortran_utils.cmake
hysop/f2hysop.pyf.in
+0
-20
0 additions, 20 deletions
hysop/f2hysop.pyf.in
with
3 additions
and
23 deletions
CMakeLists.txt
+
2
−
2
View file @
a3fa8663
...
...
@@ -466,8 +466,8 @@ if(DOXYGEN_FOUND)
if
(
DOXY-NOTFOUND
)
message
(
STATUS
"Warning, doxypy seems to be missing on your system. You may not be able to properly generate the documentation."
)
endif
()
configure_file
(
${
CMAKE_SOURCE_DIR
}
/
DoxyC
onf/hysop.doxyfile.in
${
CMAKE_BINARY_DIR
}
/
DoxyC
onf/hysop.doxyfile
)
add_custom_target
(
doc COMMAND
${
DOXYGEN_EXECUTABLE
}
${
CMAKE_BINARY_DIR
}
/
DoxyC
onf/hysop.doxyfile
configure_file
(
${
CMAKE_SOURCE_DIR
}
/
docs/c
onf
ig
/hysop.doxyfile.in
${
CMAKE_BINARY_DIR
}
/
docs/c
onf
ig
/hysop.doxyfile
)
add_custom_target
(
doc COMMAND
${
DOXYGEN_EXECUTABLE
}
${
CMAKE_BINARY_DIR
}
/
docs/c
onf
ig
/hysop.doxyfile
COMMENT
"Generate hysop documentation using doxygen."
)
else
()
message
(
STATUS
"Warning : cmake cannot find doxygen on your system. It means you will not be able to generate documentation for hysop."
)
...
...
This diff is collapsed.
Click to expand it.
cmake/fortran_utils.cmake
+
1
−
1
View file @
a3fa8663
...
...
@@ -15,7 +15,7 @@
# --> create f2hysop.pyf that will be used to generate hysop.f2hysop module.
#
function
(
write_main_pyf_file filename
)
set
(
_file
${
CMAKE_SOURCE_DIR
}
/
${
PACKAGE_NAME
}
/
${
filename
}
.pyf
.in
)
set
(
_file
${
CMAKE_SOURCE_DIR
}
/
${
PACKAGE_NAME
}
/
${
filename
}
.pyf
)
file
(
WRITE
${
_file
}
"! -*- f90 -*-
\n
! Generated file - Do not edit.
\n
...
...
This diff is collapsed.
Click to expand it.
hysop/f2hysop.pyf.in
deleted
100755 → 0
+
0
−
20
View file @
bb6ad46b
! -*- f90 -*-
! Generated file - Do not edit.
! Note: the context of this file is case sensitive.
python module f2hysop ! in
interface
! Example
include '@CMAKE_SOURCE_DIR@/hysop/fortran/template.pyf'
! precision
include '@CMAKE_SOURCE_DIR@/hysop/f2py/parameters.pyf'
! fftw
include '@CMAKE_SOURCE_DIR@/hysop/f2py/fftw2py.pyf'
! scales
include '@CMAKE_SOURCE_DIR@/hysop/f2py/scales2py.pyf'
end interface
end python module f2hysop
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment