Skip to content

Commit

Permalink
updated fpm.toml for latest FPM
Browse files Browse the repository at this point in the history
updated license and readme
Fixes #8
  • Loading branch information
jacobwilliams committed Dec 2, 2023
1 parent 0124e2d commit 79d45c3
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 78 deletions.
50 changes: 47 additions & 3 deletions LICENSE → LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,51 @@ Redistribution and use in source and binary forms, with or without modification,

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

----------------------
==================================================================================

The original sourcecode for LINCOA, BOBYQA, NEWUOA, UOBYQA, and COBYLA was
written by M.J.D. Powell.

==================================================================================

## UOBYQA

It is hoped that the software will be helpful to much future research and
to many applications. There are no restrictions on or charges for its use.

M.J.D. Powell


## COBYLA

There are no restrictions on the use of the software, nor do I offer any
guarantees of success.

M.J.D. Powell (May 7th, 1992)


## NEWUOA

It is hoped that the software will be helpful to much future research and
to many applications. There are no restrictions on or charges for its use.

M.J.D. Powell (December 16th, 2004)


## BOBYQA

There are no restrictions on or charges for the use of the software.
I hope that the time and effort I have spent on developing the package
will be helpful to much research and to many applications.

M.J.D. Powell (January 5th, 2009)

## LINCOA

There are no restrictions on or charges for the use of the software.
I hope that the time and effort I have spent on developing the package
will be helpful to much research and to many applications.

M.J.D. Powell (December 6th, 2013)


The original sourcecode for LINCOA, BOBYQA, NEWUOA, UOBYQA, and COBYLA) was
written by M.J.D. Powell and released for use without restrictions or charges.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ released without charges or restrictions (see below). The modifications are rele
under a [BSD-style license](https://github.com/jacobwilliams/PowellOpt/blob/master/LICENSE).

### See also
* [Original sourcecode](http://mat.uc.pt/~zhang/software.html)
* [Original sourcecode](http://mat.uc.pt/~zhang/software.html)
* [PRIMA](https://github.com/libprima/prima) Modernized reference implementations for Powell's derivative-free optimization methods.
5 changes: 5 additions & 0 deletions fpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ auto-executables = false
auto-tests = false
auto-examples = false

[fortran]
source-form = "default"
implicit-typing = true
implicit-external = true

[[test]]
name = "tests"
source-dir = "test"
Expand Down
Loading

0 comments on commit 79d45c3

Please sign in to comment.